mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 08:04:50 +00:00
libmutter: Only export meta_* symbols in the library
We also need ag_* symbols for testasyncgetprop.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user