dri/common: fix gbm-symbols-check regression
authorMarcin Ślusarz <marcin.slusarz@gmail.com>
Sun, 20 Sep 2015 11:40:10 +0000 (13:40 +0200)
committerMarcin Ślusarz <marcin.slusarz@gmail.com>
Sun, 20 Sep 2015 11:44:07 +0000 (13:44 +0200)
Broken by commit c228514c72cb2fd5fb9e510808e29204fc9e7ae1
"dri/common: use sysconfdir when looking for drirc".

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92054
Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com>
src/mesa/drivers/dri/common/Makefile.am

index ea52cb5a0d826d0a512702f7c71cebf42c59dfd7..2973a061e99662bc8c9dded0a909e9456993a535 100644 (file)
@@ -34,7 +34,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/gallium/auxiliary \
        $(LIBDRM_CFLAGS) \
        $(DEFINES) \
-       -DSYSCONFDIR=\"$(sysconfdir)\"
+       -DSYSCONFDIR=\"$(sysconfdir)\" \
        $(VISIBILITY_CFLAGS)
 
 noinst_LTLIBRARIES = \