diff options
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/main/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 57fb691ea9..25fb3c50bd 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -77,6 +77,7 @@ 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 |