mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 12:40:41 +02:00
winsys/intel: build with VISIBILITY_CFLAGS
There is no public symbol in this winsys.
This commit is contained in:
parent
79bc245c01
commit
ad244884fc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue