Module: Mesa
Branch: master
Commit: 8f6fd57db2275df8f86a5a173575b7d807508625
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f6fd57db2275df8f86a5a173575b7d807508625

Author: Marcin Ślusarz <marcin.slus...@gmail.com>
Date:   Sun Sep 20 13:40:10 2015 +0200

dri/common: fix gbm-symbols-check regression

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.slus...@gmail.com>

---

 src/mesa/drivers/dri/common/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/common/Makefile.am 
b/src/mesa/drivers/dri/common/Makefile.am
index ea52cb5..2973a06 100644
--- a/src/mesa/drivers/dri/common/Makefile.am
+++ b/src/mesa/drivers/dri/common/Makefile.am
@@ -34,7 +34,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/gallium/auxiliary \
        $(LIBDRM_CFLAGS) \
        $(DEFINES) \
-       -DSYSCONFDIR=\"$(sysconfdir)\"
+       -DSYSCONFDIR=\"$(sysconfdir)\" \
        $(VISIBILITY_CFLAGS)
 
 noinst_LTLIBRARIES = \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to