]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix a problem building gtk ui on mingw
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 14 Aug 2009 22:33:30 +0000 (22:33 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 14 Aug 2009 22:33:30 +0000 (22:33 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2764 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/configure.ac

index 1aaea79eb08cd3b920196a934486da9a82e4845a..24f2f94c245232fecb80d5bdc8b97ab1ccd9a415 100644 (file)
@@ -94,7 +94,9 @@ if test "x$old_webkit" = "xyes" ; then
                CFLAGS="$CFLAGS -D_OLD_WEBKIT"
        fi
 else
-       GHB_PACKAGES="$GHB_PACKAGES webkit-1.0"
+       if test "x$mingw_flag" = "xno" ; then
+               GHB_PACKAGES="$GHB_PACKAGES webkit-1.0"
+       fi
 fi
 
 AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"])