projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e5ffd
)
targets/gbm: automake: do not export internal symbols
author
Emil Velikov
<emil.l.velikov@gmail.com>
Sat, 25 Jan 2014 17:59:36 +0000
(17:59 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 11 Feb 2014 19:00:09 +0000
(19:00 +0000)
Add VISIBILITY_CFLAGS to automake build, so that
only required symbols are exported.
v2: Rebase
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/gallium/targets/gbm/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/targets/gbm/Makefile.am
b/src/gallium/targets/gbm/Makefile.am
index 6d71a65b9cbe591ae1941d212d0a2aa6b17c36af..7c6733b3453800b445b7892bc1c09f84f2a7ec81 100644
(file)
--- a/
src/gallium/targets/gbm/Makefile.am
+++ b/
src/gallium/targets/gbm/Makefile.am
@@
-34,6
+34,7
@@
AM_CPPFLAGS = \
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
+ $(VISIBILITY_CFLAGS) \
$(LIBDRM_CFLAGS)
gbm_LTLIBRARIES = gbm_gallium_drm.la