mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
build: Set visibility CFLAGS in dri/swrast
(cherry picked from commit 4cfff7211c)
This commit is contained in:
parent
f88046a1f0
commit
f9a8673a7a
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ AM_CFLAGS = \
|
|||
-I$(top_srcdir)/src/mesa/ \
|
||||
-I$(top_srcdir)/src/mesa/drivers/dri/common \
|
||||
$(DEFINES) \
|
||||
$(API_DEFINES)
|
||||
$(API_DEFINES) \
|
||||
$(VISIBILITY_CFLAGS)
|
||||
|
||||
dridir = $(DRI_DRIVER_INSTALL_DIR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue