projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2872b5
)
build: Set visibility CFLAGS in dri/i915
author
Matt Turner
<mattst88@gmail.com>
Thu, 27 Sep 2012 20:28:37 +0000
(13:28 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 1 Oct 2012 22:23:04 +0000
(15:23 -0700)
src/mesa/drivers/dri/i915/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/Makefile.am
b/src/mesa/drivers/dri/i915/Makefile.am
index 7ec4c223149427cc5968a424c48d83af61b1d700..85bb09e5e94ed89c27647fc4033dc50958abf3c7 100644
(file)
--- a/
src/mesa/drivers/dri/i915/Makefile.am
+++ b/
src/mesa/drivers/dri/i915/Makefile.am
@@
-37,6
+37,7
@@
AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
$(DEFINES) \
$(API_DEFINES) \
+ $(VISIBILITY_CFLAGS) \
$(INTEL_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)