diff options
author | Gerd Hoffmann | 2018-03-08 09:53:00 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2018-03-12 10:15:07 +0100 |
commit | a88afc649e53adc1cac00bb5803fbafdd4d99994 (patch) | |
tree | 0fe463852b4330409601aca426fc87359b6caf13 /configure | |
parent | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... (diff) | |
download | qemu-a88afc649e53adc1cac00bb5803fbafdd4d99994.tar.gz qemu-a88afc649e53adc1cac00bb5803fbafdd4d99994.tar.xz qemu-a88afc649e53adc1cac00bb5803fbafdd4d99994.zip |
modules: use gmodule-export
As we want qemu symbols be exported to modules we should use the
gmodule-export-2.0 pkg-config instead of gmodule-2.0.
Cc: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180308085301.8875-2-kraxel@redhat.com
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3352,7 +3352,7 @@ else fi glib_modules=gthread-2.0 if test "$modules" = yes; then - glib_modules="$glib_modules gmodule-2.0" + glib_modules="$glib_modules gmodule-export-2.0" fi # This workaround is required due to a bug in pkg-config file for glib as it |