build: Add gmodule-2.0 dependency for gtk-query-immodules-3.0

This commit is contained in:
Florian Müllner
2011-11-24 16:31:47 +01:00
parent 35ffd4cfea
commit b72b4e79cf
2 changed files with 3 additions and 1 deletions

View File

@ -495,6 +495,8 @@ PKG_CHECK_MODULES(BASE_DEPENDENCIES,
PKG_CHECK_MODULES(CAIRO_BACKEND, [$cairo_backends])
PKG_CHECK_MODULES(GMODULE, [gmodule-2.0])
if test "$os_win32" != yes; then
# libtool option to control which symbols are exported
# right now, symbols starting with _ are not exported