summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-24 11:14:42 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-24 11:32:02 -0500
commita208468e04353239f2876cc2013f860b48a4f1c1 (patch)
tree68c2e58fee58122aad63de8511ed72900fe8f352 /src/gallium/targets
parentfba8257f6a4de48d0b9081405ffb0be978dbc507 (diff)
downloadexternal_mesa3d-a208468e04353239f2876cc2013f860b48a4f1c1.zip
external_mesa3d-a208468e04353239f2876cc2013f860b48a4f1c1.tar.gz
external_mesa3d-a208468e04353239f2876cc2013f860b48a4f1c1.tar.bz2
gbm: install libgbm.so into lib
This partially reverts commit 90e256853418eaaba3717f930cc6a331e4099056.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/egl-static/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/Makefile b/src/gallium/targets/egl-static/Makefile
index 92b7266..9e87774 100644
--- a/src/gallium/targets/egl-static/Makefile
+++ b/src/gallium/targets/egl-static/Makefile
@@ -58,7 +58,6 @@ endif
ifneq ($(findstring drm, $(EGL_PLATFORMS)),)
egl_CPPFLAGS += $(LIBDRM_CFLAGS)
egl_SYS += $(LIBDRM_LIB) -lgbm
-LDFLAGS += -L$(TOP)/src/gbm/.libs
endif
ifneq ($(findstring fbdev, $(EGL_PLATFORMS)),)
egl_LIBS += $(TOP)/src/gallium/winsys/sw/fbdev/libfbdev.a