summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChuck Atkins <[email protected]>2017-01-06 08:27:44 -0500
committerEmil Velikov <[email protected]>2017-01-24 01:13:29 +0000
commit8a1113ce3f20a50feae16ec110afc2462c636815 (patch)
treead85042db7df7cc3bd81d060b9c0d433e2f24ea5 /src
parentfdb01cdb92c9054c11abb1283c8bc1ae2c5331bd (diff)
glx: Add missing glproto dependency for gallium-xlib glx
Cc: [email protected] Cc: Bruce Cherniak <[email protected]> Signed-of-by: Chuck Atkins <[email protected]> Reviewed-by: Bruce Cherniak <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit e9a4ec4bd806107223b4e3f656071de3a08756a0)
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/glx/xlib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/glx/xlib/Makefile.am b/src/gallium/state_trackers/glx/xlib/Makefile.am
index a7e6c0c871a..112030be486 100644
--- a/src/gallium/state_trackers/glx/xlib/Makefile.am
+++ b/src/gallium/state_trackers/glx/xlib/Makefile.am
@@ -25,6 +25,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
+ $(GLPROTO_CFLAGS) \
$(X11_INCLUDES)
AM_CPPFLAGS = \
-I$(top_srcdir)/include \