summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/fbdev
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2013-11-02 02:02:47 +0000
committerEmil Velikov <[email protected]>2013-11-16 16:31:03 +0000
commitf7ac1d5989699d31f02b120d3f8cb51b7159dbb5 (patch)
tree1496bfdd66ce80107b664c8a6a84fba6ae56e74f /src/gallium/winsys/sw/fbdev
parent096b988360158d4cf3c92d52d26f9f098774ba1d (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium/winsys/sw/fbdev')
-rw-r--r--src/gallium/winsys/sw/fbdev/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/winsys/sw/fbdev/Makefile.am b/src/gallium/winsys/sw/fbdev/Makefile.am
index 801f68993f7..93abe816185 100644
--- a/src/gallium/winsys/sw/fbdev/Makefile.am
+++ b/src/gallium/winsys/sw/fbdev/Makefile.am
@@ -22,8 +22,8 @@
include $(top_srcdir)/src/gallium/Automake.inc
-AM_CPPFLAGS = \
- $(GALLIUM_CFLAGS)
+AM_CFLAGS = \
+ $(GALLIUM_WINSYS_CFLAGS)
noinst_LTLIBRARIES = libfbdev.la