mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
build: Set visibility CFLAGS in dri/swrast
This commit is contained in:
parent
3628402707
commit
4cfff7211c
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