mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
st/dri: don't export any private symbols
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
085e5adede
commit
15a201c610
2 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/mesa/drivers/dri/common \
|
||||
-I$(top_builddir)/src/mesa/drivers/dri/common \
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(LIBDRM_CFLAGS)
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(VISIBILITY_CFLAGS)
|
||||
|
||||
noinst_LTLIBRARIES = libdridrm.la
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_builddir)/src/mesa/drivers/dri/common \
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(VISIBILITY_CFLAGS) \
|
||||
-D__NOT_HAVE_DRM_H
|
||||
|
||||
noinst_LTLIBRARIES = libdrisw.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue