summaryrefslogtreecommitdiff
path: root/plugins/keyboard
diff options
context:
space:
mode:
authorYanko Kaneti <yaneti@declera.com>2018-02-09 11:55:41 +0200
committerBastien Nocera <hadess@hadess.net>2018-02-09 16:45:29 +0100
commitfce89d11ac538075e48923f5f3071f172c97dadc (patch)
treef3f19e918a9263397515fd0b417c9580040ea914 /plugins/keyboard
parent72c18588fee72d449bb8480911dde6b3d095cdac (diff)
downloadgnome-settings-daemon-fce89d11ac538075e48923f5f3071f172c97dadc.tar.gz
build: Fix runtime linkage to libgsd and libcommon
- turns libcommon to a static uninstalled library - inject RPATH for libgsd in every installed plugin/executable
Diffstat (limited to 'plugins/keyboard')
-rw-r--r--plugins/keyboard/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/keyboard/meson.build b/plugins/keyboard/meson.build
index cd203a09..172193f6 100644
--- a/plugins/keyboard/meson.build
+++ b/plugins/keyboard/meson.build
@@ -16,5 +16,6 @@ executable(
dependencies: deps,
c_args: cflags,
install: true,
+ install_rpath: gsd_pkglibdir,
install_dir: gsd_libexecdir
)