diff options
author | Marek Olšák <[email protected]> | 2013-10-07 13:49:42 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-10-08 16:23:52 +0200 |
commit | c787a9767ce4faf815bff809360c9d31a06199c3 (patch) | |
tree | 90b5be86e91d7dc7cbe8ef2cea9ffb312860d919 /src/gallium/targets/radeonsi | |
parent | 790c8a2405789d3fe7c2eda76a0e9f5ef31fcaf4 (diff) |
gallium/radeon: don't export any private symbols
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/targets/radeonsi')
-rw-r--r-- | src/gallium/targets/radeonsi/dri/Makefile.am | 3 | ||||
-rw-r--r-- | src/gallium/targets/radeonsi/vdpau/Makefile.am | 3 | ||||
-rw-r--r-- | src/gallium/targets/radeonsi/xorg/Makefile.am | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/gallium/targets/radeonsi/dri/Makefile.am b/src/gallium/targets/radeonsi/dri/Makefile.am index 257574c2dda..f8e35e91269 100644 --- a/src/gallium/targets/radeonsi/dri/Makefile.am +++ b/src/gallium/targets/radeonsi/dri/Makefile.am @@ -25,7 +25,8 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_CFLAGS) \ $(PTHREAD_CFLAGS) \ - $(LIBDRM_CFLAGS) + $(LIBDRM_CFLAGS) \ + $(VISIBILITY_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys \ diff --git a/src/gallium/targets/radeonsi/vdpau/Makefile.am b/src/gallium/targets/radeonsi/vdpau/Makefile.am index b5e163509d7..f21b3405f2c 100644 --- a/src/gallium/targets/radeonsi/vdpau/Makefile.am +++ b/src/gallium/targets/radeonsi/vdpau/Makefile.am @@ -25,7 +25,8 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_CFLAGS) \ $(PTHREAD_CFLAGS) \ - $(LIBDRM_CFLAGS) + $(LIBDRM_CFLAGS) \ + $(VISIBILITY_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys diff --git a/src/gallium/targets/radeonsi/xorg/Makefile.am b/src/gallium/targets/radeonsi/xorg/Makefile.am index 2eddf02450a..5f098d5f374 100644 --- a/src/gallium/targets/radeonsi/xorg/Makefile.am +++ b/src/gallium/targets/radeonsi/xorg/Makefile.am @@ -25,7 +25,8 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_CFLAGS) \ $(PTHREAD_CFLAGS) \ - $(XORG_CFLAGS) + $(XORG_CFLAGS) \ + $(VISIBILITY_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/drivers \ -I$(top_srcdir)/src/gallium/winsys \ |