summaryrefslogtreecommitdiffstats
path: root/src/gallium/Automake.inc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-11-02 02:02:47 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2013-11-16 16:31:03 +0000
commitf7ac1d5989699d31f02b120d3f8cb51b7159dbb5 (patch)
tree1496bfdd66ce80107b664c8a6a84fba6ae56e74f /src/gallium/Automake.inc
parent096b988360158d4cf3c92d52d26f9f098774ba1d (diff)
downloadexternal_mesa3d-f7ac1d5989699d31f02b120d3f8cb51b7159dbb5.zip
external_mesa3d-f7ac1d5989699d31f02b120d3f8cb51b7159dbb5.tar.gz
external_mesa3d-f7ac1d5989699d31f02b120d3f8cb51b7159dbb5.tar.bz2
gallium/winsys: compact compiler flags into Automake.inc
Cleanup the duplicating flags and consolidate into a sigle variable. Note: this patch adds VISIBILITY_CFLAGS to the following targets * freedreno/drm * i915/{drm,sw} * nouveau/drm * sw/fbdev * sw/null * sw/wayland * sw/wrapper * sw/xlib Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/Automake.inc')
-rw-r--r--src/gallium/Automake.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc
index 86e9b1e..f67b295 100644
--- a/src/gallium/Automake.inc
+++ b/src/gallium/Automake.inc
@@ -50,3 +50,9 @@ GALLIUM_VDPAU_LIB_DEPS = \
$(VDPAU_LIBS) \
$(LIBDRM_LIBS)
+GALLIUM_WINSYS_CFLAGS = \
+ -I$(top_srcdir)/include \
+ -I$(top_srcdir)/src/gallium/include \
+ -I$(top_srcdir)/src/gallium/auxiliary \
+ $(DEFINES) \
+ $(VISIBILITY_CFLAGS)