summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Cunningham <kencu@macports.org>2023-05-02 23:47:56 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2023-05-04 10:17:22 +1000
commit46b7753fb816901c17266f59306e85029307bc16 (patch)
treed0a7ba0f65206fa8d050fd55863b6e359ba96f66
parent5b5b67f28ccfe1fe69ec5569c90f1752de323a08 (diff)
downloadxorg-lib-libxkbcommon-46b7753fb816901c17266f59306e85029307bc16.tar.gz
meson.build: register libxkbcommon.dylib link
meson needs to know that the executable tools link against libxkbcommon.dylib so that the @rpath references used during the build/test phases can be rewritten to full path names on install
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d55e8f3..4bc91a7 100644
--- a/meson.build
+++ b/meson.build
@@ -423,6 +423,7 @@ if build_tools
tools_dep = declare_dependency(
include_directories: [include_directories('tools', 'include')],
link_with: libxkbcommon_tools_internal,
+ dependencies: dep_libxkbcommon,
)
executable('xkbcli', 'tools/xkbcli.c',