diff options
author | Simon Rettberg | 2024-12-10 12:18:45 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-12-10 12:18:45 +0100 |
commit | d64979081f6c92064d9095c2d3e529755cb6f994 (patch) | |
tree | 69b2ff9d8f802be6e8b8cbb8a7f35294f46a803b /core/bin | |
parent | [virt-viewer-video] Add forked virt-viewer with video streaming (diff) | |
download | mltk-d64979081f6c92064d9095c2d3e529755cb6f994.tar.gz mltk-d64979081f6c92064d9095c2d3e529755cb6f994.tar.xz mltk-d64979081f6c92064d9095c2d3e529755cb6f994.zip |
[virt-viewer-video] Fix build (messy)
Diffstat (limited to 'core/bin')
-rwxr-xr-x | core/bin/pkg-config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bin/pkg-config.sh b/core/bin/pkg-config.sh index 077810ba..7cf7aaa8 100755 --- a/core/bin/pkg-config.sh +++ b/core/bin/pkg-config.sh @@ -24,6 +24,7 @@ function pkg_config_process_dir() { local DIR_OPTION="${1}" local DIR_WTH_SYSROOT="${2}" local DIR_NON_SYSROOT="${DIR_WTH_SYSROOT##${PKG_CONFIG_SYSROOT_DIR}}" + DIR_WTH_SYSROOT="${PKG_CONFIG_SYSROOT_DIR}/${DIR_NON_SYSROOT}" if pkg_config_non_empty_dir "${DIR_WTH_SYSROOT}"; then echo -n "${DIR_OPTION}${DIR_WTH_SYSROOT}" |