summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-19 19:22:38 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-06-25 15:17:02 +0100
commitd93677eb48d5205fb495399291a2a0defb22a804 (patch)
tree0315c0b9c368aa67c90d976a5e3785710a5f6a95
parent0db9835d3ba3f84f601e7a60e1f1590400788b36 (diff)
downloadmesa-d93677eb48d5205fb495399291a2a0defb22a804.tar.gz
gbm: do not (over)link against libglapi.so
The whole of GBM does not rely on even a single symbol from the GL dispatch library, unsuprisingly. The only need for it comes from the unresolved symbols in the DRI modules, which are now correctly handled with Frank's commit. Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit a0dc6b7824d3b9095919e29393a379ea7f9c1318)
-rw-r--r--src/gbm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index dbd4f833867..918fdf7d6ad 100644
--- a/src/gbm/Makefile.am
+++ b/src/gbm/Makefile.am
@@ -52,7 +52,8 @@ libgbm_dri_la_CFLAGS = \
$(LIBDRM_CFLAGS)
libgbm_la_LIBADD += \
- libgbm_dri.la $(top_builddir)/src/mapi/shared-glapi/libglapi.la $(LIBDRM_LIBS)
+ libgbm_dri.la \
+ $(LIBDRM_LIBS)
endif
TESTS = gbm-symbols-check