mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 13:38:36 -07:00
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
This commit is contained in:
parent
e4ae62b802
commit
a88afc649e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3352,7 +3352,7 @@ else
|
||||||
fi
|
fi
|
||||||
glib_modules=gthread-2.0
|
glib_modules=gthread-2.0
|
||||||
if test "$modules" = yes; then
|
if test "$modules" = yes; then
|
||||||
glib_modules="$glib_modules gmodule-2.0"
|
glib_modules="$glib_modules gmodule-export-2.0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This workaround is required due to a bug in pkg-config file for glib as it
|
# This workaround is required due to a bug in pkg-config file for glib as it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue