Mesa (master): targets/osmesa: hide osmesa_create_screen

Emil Velikov evelikov at kemper.freedesktop.org
Fri May 2 20:52:08 UTC 2014


Module: Mesa
Branch: master
Commit: 9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bcb3698db98fe0ffc7bd6619b8324f13b3b67d2

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri Apr  4 18:32:38 2014 +0100

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 at gmail.com>

---

 src/gallium/targets/osmesa/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 \




More information about the mesa-commit mailing list