summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetooth/meson.build')
-rw-r--r--src/modules/bluetooth/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/bluetooth/meson.build b/src/modules/bluetooth/meson.build
index 17587356d..7b3de6bc3 100644
--- a/src/modules/bluetooth/meson.build
+++ b/src/modules/bluetooth/meson.build
@@ -28,5 +28,6 @@ libbluez5_util = shared_library('bluez5-util',
include_directories : [configinc, topinc],
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, dbus_dep, sbc_dep],
install : true,
+ install_rpath : privlibdir,
install_dir : modlibexecdir,
)