diff options
author | Chih-Wei Huang <cwhuang@linux.org.tw> | 2013-07-06 02:57:13 +0800 |
---|---|---|
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | 2013-07-22 18:14:57 +0800 |
commit | 3d6e614a299f945ac770dabed7eae045d04a5702 (patch) | |
tree | 255ece251a34a6d3bd006fa6f6f1753b42eb53e9 | |
parent | 263f0c13e63e23d27209bdb66a239d870bf3eb6d (diff) | |
download | external_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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)),) |