summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2013-07-06 02:57:13 +0800
committerChih-Wei Huang <cwhuang@linux.org.tw>2013-07-22 18:14:57 +0800
commit3d6e614a299f945ac770dabed7eae045d04a5702 (patch)
tree255ece251a34a6d3bd006fa6f6f1753b42eb53e9
parent263f0c13e63e23d27209bdb66a239d870bf3eb6d (diff)
downloadexternal_drm_gralloc-3d6e614a299f945ac770dabed7eae045d04a5702.zip
external_drm_gralloc-3d6e614a299f945ac770dabed7eae045d04a5702.tar.gz
external_drm_gralloc-3d6e614a299f945ac770dabed7eae045d04a5702.tar.bz2
r600g: fix building errors with the latest mesa
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 3d0ed91..c701b6e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -128,8 +128,10 @@ LOCAL_C_INCLUDES += \
ifneq ($(filter r600g, $(DRM_GPU_DRIVERS)),)
LOCAL_CFLAGS += -DENABLE_PIPE_R600
+LOCAL_SHARED_LIBRARIES += libstlport
LOCAL_STATIC_LIBRARIES += \
libmesa_pipe_r600 \
+ libmesa_pipe_radeon \
libmesa_winsys_radeon
endif
ifneq ($(filter vmwgfx, $(DRM_GPU_DRIVERS)),)