]> granicus.if.org Git - handbrake/commitdiff
LinGui: add gmodule dependency
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 20 Oct 2013 16:43:20 +0000 (16:43 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 20 Oct 2013 16:43:20 +0000 (16:43 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5845 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/configure.ac

index 88b77ef8bc365da151ceaedc69389235219f5134..4624d3ec5fb70b1deca06185edba3f91c52e6559 100644 (file)
@@ -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