summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-04-04 18:32:38 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-05-02 21:48:25 +0100
commit9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2 (patch)
treee6a4d6567ff740757b0611e8ebd3447e9192f7c1 /src/gallium/targets/osmesa
parent658b36ff78a00dbbc1b9c9cb9adf4b984a89c45b (diff)
downloadexternal_mesa3d-9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2.zip
external_mesa3d-9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2.tar.gz
external_mesa3d-9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2.tar.bz2
targets/osmesa: hide osmesa_create_screen
The symbol is not meant to be exported, and its presence was only a side effect due to the missing visibility flags. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/osmesa')
-rw-r--r--src/gallium/targets/osmesa/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am
index 8b7eb00..067f980 100644
--- a/src/gallium/targets/osmesa/Makefile.am
+++ b/src/gallium/targets/osmesa/Makefile.am
@@ -21,7 +21,9 @@
include $(top_srcdir)/src/gallium/Automake.inc
-AM_CFLAGS = $(GALLIUM_CFLAGS)
+AM_CFLAGS = \
+ $(GALLIUM_CFLAGS) \
+ $(VISIBILITY_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir)/include \