summaryrefslogtreecommitdiffstats
path: root/src/gbm/Makefile.am
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-09-08 11:39:43 +0100
committerEric Engestrom <[email protected]>2017-09-12 13:53:11 +0100
commit6ea8db5b4ca467717b2fd4b69fc8b97fe29ffe1f (patch)
tree49cee65aed808ad1233ee0d6ff857a03d12d81d1 /src/gbm/Makefile.am
parentf940b1665a7f17ad2ae7ae2e951d90d151482875 (diff)
gbm: turn GBM_ALWAYS_SOFTWARE into a boolean
Instead of setting based on set/unset, allow users to use boolean values. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r--src/gbm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index 7a9a12f87a0..f5fa81c7c96 100644
--- a/src/gbm/Makefile.am
+++ b/src/gbm/Makefile.am
@@ -26,6 +26,7 @@ libgbm_la_LDFLAGS = \
libgbm_la_LIBADD = \
$(top_builddir)/src/loader/libloader.la \
+ $(top_builddir)/src/util/libmesautil.la \
$(top_builddir)/src/util/libxmlconfig.la \
$(DLOPEN_LIBS)