mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
libmutter: Only export meta_* symbols in the library
We also need ag_* symbols for testasyncgetprop.
This commit is contained in:
parent
6e3f7b7ddc
commit
d9985cd9bc
@ -279,7 +279,7 @@ endif
|
||||
|
||||
nodist_libmutter_la_SOURCES = $(mutter_built_sources)
|
||||
|
||||
libmutter_la_LDFLAGS = -no-undefined
|
||||
libmutter_la_LDFLAGS = -no-undefined -export-symbols-regex "^(meta|ag)_.*"
|
||||
libmutter_la_LIBADD = $(MUTTER_LIBS) $(MUTTER_NATIVE_BACKEND_LIBS)
|
||||
|
||||
# Headers installed for plugins; introspected information will
|
||||
|
Loading…
Reference in New Issue
Block a user