summaryrefslogtreecommitdiff
path: root/animations/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'animations/meson.build')
-rw-r--r--animations/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/animations/meson.build b/animations/meson.build
index 80a9892eea51..e0286a8cc418 100644
--- a/animations/meson.build
+++ b/animations/meson.build
@@ -5,4 +5,6 @@ animcore_lib = shared_library('animcorelo',
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
link_with: [comphelper_lib, cppuhelper_lib, cppu_lib, sal_lib],
install: true,
+ install_dir: get_option('libdir'),
+ gnu_symbol_visibility: 'hidden',
)