summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2013-10-20 16:43:20 +0000
committerjstebbins <[email protected]>2013-10-20 16:43:20 +0000
commit02786e4cc8a6ac8edfad11ab216d4e65b1ebeff4 (patch)
tree9a365dda4b37a839f077a2c1e9e32ad1d1c2bab8 /gtk
parentc7fbc97209a156d1eeb2207fcb69ec2d5f3eb787 (diff)
LinGui: add gmodule dependency
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5845 b64f7644-9d1e-0410-96f1-a4d463321fa5
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