[waffle] [PATCH] android: include path for EGL and KHR headers
groleo at gmail.com
groleo at gmail.com
Wed Oct 31 05:39:11 PDT 2012
From: Adrian Marius Negreanu <adrian.m.negreanu at intel.com>
add third_party directory to the include paths.
The contents of this dir were added by e8cdc409d75d8908973316a9e9826781918cfdf7
Signed-off-by: Adrian Marius Negreanu <adrian.m.negreanu at intel.com>
---
Android.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/Android.mk b/Android.mk
index 668f755..460e2eb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -41,6 +41,7 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/src/waffle/egl/ \
$(LOCAL_PATH)/src/waffle/linux/ \
$(LOCAL_PATH)/src/waffle/droid/ \
+ $(LOCAL_PATH)/third_party/khronos/ \
LOCAL_SRC_FILES := \
src/waffle/core/wcore_tinfo.c \
--
1.8.0
More information about the waffle
mailing list