diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-24 11:14:42 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-24 11:32:02 -0500 |
commit | a208468e04353239f2876cc2013f860b48a4f1c1 (patch) | |
tree | 68c2e58fee58122aad63de8511ed72900fe8f352 /src/egl/main | |
parent | fba8257f6a4de48d0b9081405ffb0be978dbc507 (diff) |
gbm: install libgbm.so into lib
This partially reverts commit 90e256853418eaaba3717f930cc6a331e4099056.
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 25fb3c50bd..57fb691ea9 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 |