mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
build: Set visibility CFLAGS in dri/common
(cherry picked from commit d2872b5612)
This commit is contained in:
parent
03cfc8d660
commit
6512610f9a
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