projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
658b36f
)
targets/osmesa: hide osmesa_create_screen
author
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 4 Apr 2014 17:32:38 +0000
(18:32 +0100)
committer
Emil 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
patch
|
blob
|
history
diff --git
a/src/gallium/targets/osmesa/Makefile.am
b/src/gallium/targets/osmesa/Makefile.am
index 8b7eb00116c483d103814bf00cc05b965c8e9a1d..067f9808b7abf723bb49c55683737a5b10e68d35 100644
(file)
--- 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 \