summary refs log tree commit diff stats
path: root/util/module.c
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-08-05 12:49:21 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-08-13 11:33:31 +0200
commitfe68cc0923ebfa0c12e4176f61ec9b363a07a73a (patch)
tree7a8e821ed8102ce210061cfa11bae5672f9047aa /util/module.c
parent9eb51530c12ae645b91e308d16196c68563ea883 (diff)
downloadfocaccia-qemu-fe68cc0923ebfa0c12e4176f61ec9b363a07a73a.tar.gz
focaccia-qemu-fe68cc0923ebfa0c12e4176f61ec9b363a07a73a.zip
target/hexagon: don't look for static glib
When cross compiling QEMU configured with --static, I've been getting
configure errors like the following:

    Build-time dependency glib-2.0 found: NO

    ../target/hexagon/meson.build:303:15: ERROR: Dependency lookup for glib-2.0 with method 'pkgconfig' failed: Could not generate libs for glib-2.0:
    Package libpcre2-8 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libpcre2-8.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'libpcre2-8', required by 'glib-2.0', not found

This happens because --static sets the prefer_static Meson option, but
my build machine doesn't have a static libpcre2.  I don't think it
makes sense to insist that native dependencies are static, just
because I want the non-native QEMU binaries to be static.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Link: https://lore.kernel.org/r/20240805104921.4035256-1-hi@alyssa.is
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'util/module.c')
0 files changed, 0 insertions, 0 deletions