mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
build: Set visibility CFLAGS in dri/common
This commit is contained in:
parent
8746f641bb
commit
d2872b5612
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ AM_CFLAGS = \
|
|||
-I$(top_srcdir)/src/mesa/ \
|
||||
$(DEFINES) \
|
||||
$(API_DEFINES) \
|
||||
$(LIBDRM_CFLAGS)
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(VISIBILITY_CFLAGS)
|
||||
|
||||
noinst_LTLIBRARIES = \
|
||||
libdricommon.la \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue