summaryrefslogtreecommitdiff
path: root/src/egl
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/egl
parentfba8257f6a4de48d0b9081405ffb0be978dbc507 (diff)
gbm: install libgbm.so into lib
This partially reverts commit 90e256853418eaaba3717f930cc6a331e4099056.
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/main/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 25fb3c50bd6..57fb691ea9d 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -77,7 +77,6 @@ INCLUDE_DIRS += $(WAYLAND_CFLAGS)
endif
ifneq ($(findstring drm, $(EGL_PLATFORMS)),)
EGL_LIB_DEPS += -lgbm
-LDFLAGS += -L$(TOP)/src/gbm/.libs
INCLUDE_DIRS += -I$(TOP)/src/gbm/main
endif