summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHelmut Grohne <[email protected]>2024-02-03 10:45:53 +0100
committerVictor Kareh <[email protected]>2026-08-06 08:34:35 -0400
commit289ff8956bef29255f848b44c90e850052102fa9 (patch)
treef727422d6014b5ab2b81e637d7d37c297d360ae7 /Makefile.am
parentbfa3cb825d15d878f5b5daeefbbcef64c70989ad (diff)
downloadlibmatekbd-ftcbfs-pkg-config.tar.bz2
libmatekbd-ftcbfs-pkg-config.tar.xz
FTCBFS: hard codes the build architecture pkg-configftcbfs-pkg-config
libmatekbd fails to cross build from source, because it hard codes the build architecture pkg-config in libmatekbd/Makefile.am. As a consequence it silently fails looking up the glib_genmarshal variable in glib-2.0.pc and fails running it. Running pkg-config beyond the configure phase is not recommended precisely, because one ends up with such silent failures that only turn into real failures later. This change moves this invocation into configure.ac where the right pkg-config is known via the PKG_CONFIG variable and where the lookup succeeds in native builds as in cross builds. Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062792
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions