diff options
Diffstat (limited to 'src/egl/main/Makefile')
-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 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 |