Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 33... Line 33...
33
LOCAL_C_INCLUDES += \
33
LOCAL_C_INCLUDES += \
34
	$(MESA_TOP)/include
34
	$(MESA_TOP)/include
Line 35... Line 35...
35
 
35
 
36
# define ANDROID_VERSION (e.g., 4.0.x => 0x0400)
36
# define ANDROID_VERSION (e.g., 4.0.x => 0x0400)
37
LOCAL_CFLAGS += \
37
LOCAL_CFLAGS += \
38
	-DPACKAGE_VERSION=\"9.2.2\" \
38
	-DPACKAGE_VERSION=\"9.2.5\" \
39
	-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" \
39
	-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" \
Line 40... Line 40...
40
	-DANDROID_VERSION=0x0$(MESA_ANDROID_MAJOR_VERSION)0$(MESA_ANDROID_MINOR_VERSION)
40
	-DANDROID_VERSION=0x0$(MESA_ANDROID_MAJOR_VERSION)0$(MESA_ANDROID_MINOR_VERSION)
41
 
41