targets/osmesa: hide osmesa_create_screen
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 4 Apr 2014 17:32:38 +0000 (18:32 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 2 May 2014 20:48:25 +0000 (21:48 +0100)
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>
src/gallium/targets/osmesa/Makefile.am

index 8b7eb00..067f980 100644 (file)
@@ -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 \