forked from AuroraMiddleware/gtk
build: Add gmodule-2.0 dependency for gtk-query-immodules-3.0
This commit is contained in:
parent
35ffd4cfea
commit
b72b4e79cf
@ -495,6 +495,8 @@ PKG_CHECK_MODULES(BASE_DEPENDENCIES,
|
|||||||
|
|
||||||
PKG_CHECK_MODULES(CAIRO_BACKEND, [$cairo_backends])
|
PKG_CHECK_MODULES(CAIRO_BACKEND, [$cairo_backends])
|
||||||
|
|
||||||
|
PKG_CHECK_MODULES(GMODULE, [gmodule-2.0])
|
||||||
|
|
||||||
if test "$os_win32" != yes; then
|
if test "$os_win32" != yes; then
|
||||||
# libtool option to control which symbols are exported
|
# libtool option to control which symbols are exported
|
||||||
# right now, symbols starting with _ are not exported
|
# right now, symbols starting with _ are not exported
|
||||||
|
@ -1120,7 +1120,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gtk_query_immodules_3_0_DEPENDENCIES = $(DEPS)
|
gtk_query_immodules_3_0_DEPENDENCIES = $(DEPS)
|
||||||
gtk_query_immodules_3_0_LDADD = $(LDADDS)
|
gtk_query_immodules_3_0_LDADD = $(LDADDS) $(GMODULE_LIBS)
|
||||||
gtk_query_immodules_3_0_SOURCES = queryimmodules.c
|
gtk_query_immodules_3_0_SOURCES = queryimmodules.c
|
||||||
|
|
||||||
if BUILD_ICON_CACHE
|
if BUILD_ICON_CACHE
|
||||||
|
Loading…
Reference in New Issue
Block a user