From: Emil Velikov Date: Fri, 4 Apr 2014 17:32:38 +0000 (+0100) Subject: targets/osmesa: hide osmesa_create_screen X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2;p=mesa.git 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 --- diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index 8b7eb00116c..067f9808b7a 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 \