diff options
Diffstat (limited to 'src/gallium/targets/gbm/Makefile')
-rw-r--r-- | src/gallium/targets/gbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/gbm/Makefile b/src/gallium/targets/gbm/Makefile index 423debf176d..17d5648a1b3 100644 --- a/src/gallium/targets/gbm/Makefile +++ b/src/gallium/targets/gbm/Makefile @@ -14,7 +14,7 @@ GBM_INCLUDES = \ -I$(TOP)/src/gallium/winsys \ -I$(TOP)/src/gallium/include -GBM_LIBS = $(LIBUDEV_LIBS) $(LIBDRM_LIB) -lm \ +GBM_LIBS = $(LIBUDEV_LIBS) $(LIBDRM_LIBS) -lm \ $(TOP)/src/gallium/state_trackers/gbm/libgbm.a \ $(GALLIUM_PIPE_LOADER_LIBS) $(GALLIUM_AUXILIARIES) |