mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gbm: automake: add
VISIBILITY_CFLAGS Currently the library exports every symbol imaginable, rather than the ones defined by the API. Note: This may cause issues for libraries that are linking agaist libgbm's internals. Cc: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
631cc6105d
commit
d00b319f40
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ AM_CFLAGS = \
|
|||
-I$(top_srcdir)/src/gbm/main \
|
||||
$(LIBKMS_CFLAGS) \
|
||||
$(DLOPEN_CFLAGS) \
|
||||
$(DEFINES)
|
||||
$(DEFINES) \
|
||||
$(VISIBILITY_CFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = libgbm.la
|
||||
include_HEADERS = main/gbm.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue