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
master
Ken Cunningham 2023-05-02 23:47:56 -07:00 committed by Peter Hutterer
parent 5b5b67f28c
commit 46b7753fb8
1 changed files with 1 additions and 0 deletions

View File

@ -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',