OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / gtk / configure.ac
index 1aaea79..0a1b251 100644 (file)
@@ -69,7 +69,7 @@ AM_PROG_LIBTOOL
 case $host in
   *-*-mingw*)
     if test "x$w32_gst" = "xyes" ; then
-               GHB_PACKAGES="gtk+-2.0 >= 2.10 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gio-2.0 hal hal-storage"
+               GHB_PACKAGES="gtk+-2.0 >= 2.10 gthread-2.0 gstreamer-0.10 gstreamer-interfaces-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gio-2.0"
        else
         GHB_PACKAGES="gtk+-2.0 >= 2.10 gthread-2.0 gio-2.0"
        fi
@@ -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"])