summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index 88b77ef8b..4624d3ec5 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -99,7 +99,7 @@ AM_PROG_LIBTOOL
case $host in
*-*-mingw*)
- GHB_PACKAGES="gthread-2.0 gio-2.0"
+ GHB_PACKAGES="gthread-2.0 gio-2.0 gmodule-2.0"
mingw_flag=yes
;;
*)
@@ -108,7 +108,7 @@ case $host in
pkg_gudev="gudev-1.0"
;;
esac
- GHB_PACKAGES="gthread-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev"
+ GHB_PACKAGES="gthread-2.0 gio-2.0 libnotify dbus-glib-1 gmodule-2.0 $pkg_gudev"
mingw_flag=no
;;
esac