OSDN Git Service

android: fix i915_dri build
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 8 Feb 2013 08:57:16 +0000 (16:57 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 23 Jul 2013 17:16:50 +0000 (01:16 +0800)
The error was introduced by the commit 34d4216e64101a692d5ffb3936e7261a1732953a
"Merge per-type *_FILES variables in intel drivers".

src/mesa/drivers/dri/i915/Android.mk

index c74e11c..c4f74d9 100644 (file)
@@ -42,7 +42,7 @@ LOCAL_C_INCLUDES := \
        $(DRM_TOP)/intel
 
 LOCAL_SRC_FILES := \
-       $(i915_C_FILES)
+       $(i915_FILES)
 
 LOCAL_WHOLE_STATIC_LIBRARIES := \
        $(MESA_DRI_WHOLE_STATIC_LIBRARIES)