projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bc245
)
winsys/intel: build with VISIBILITY_CFLAGS
author
Chia-I Wu
<olvaffe@gmail.com>
Thu, 11 Jul 2013 01:01:42 +0000
(09:01 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Thu, 11 Jul 2013 01:03:59 +0000
(09:03 +0800)
There is no public symbol in this winsys.
src/gallium/winsys/intel/drm/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/intel/drm/Makefile.am
b/src/gallium/winsys/intel/drm/Makefile.am
index 58f06b029f5dca4fc0a7a89b1f6a7597e9523c7d..3c4a271c5d85a9e8ec27131c3cf2bee53c8a59fa 100644
(file)
--- a/
src/gallium/winsys/intel/drm/Makefile.am
+++ b/
src/gallium/winsys/intel/drm/Makefile.am
@@
-26,7
+26,8
@@
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
- $(INTEL_CFLAGS)
+ $(INTEL_CFLAGS) \
+ $(VISIBILITY_CFLAGS)
noinst_LTLIBRARIES = libintelwinsys.la