summaryrefslogtreecommitdiff
path: root/depcomp
diff options
context:
space:
mode:
authorHelmut Grohne <[email protected]>2024-02-03 10:45:53 +0100
committerLuke from DC <[email protected]>2026-08-31 06:52:09 +0000
commitb53e55300062a6c0eb3559d1ed7b449ecc217c90 (patch)
treef727422d6014b5ab2b81e637d7d37c297d360ae7 /depcomp
parentbfa3cb825d15d878f5b5daeefbbcef64c70989ad (diff)
downloadlibmatekbd-master.tar.bz2
libmatekbd-master.tar.xz
FTCBFS: hard codes the build architecture pkg-configHEADmaster
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 'depcomp')
0 files changed, 0 insertions, 0 deletions