Browse Source

firefox: disable gstreamer, bad testing, needs gstreamer 0.10

Waldemar Brodkorb 9 years ago
parent
commit
e5b3919117
1 changed files with 3 additions and 4 deletions
  1. 3 4
      package/firefox/Makefile

+ 3 - 4
package/firefox/Makefile

@@ -12,12 +12,11 @@ PKG_SECTION:=		x11/apps
 PKG_DEPENDS:=		alsa-lib glib libgtk2 libpng libtiff libxcursor libffi
 PKG_DEPENDS+=		nspr nss libjpeg-turbo libatk pango cairo libxt libx11 hicolor-icon-theme
 PKG_DEPENDS+=		libxdamage libxfixes libidl libsqlite libxcomposite gdk-pixbuf
-PKG_DEPENDS+=		harfbuzz mesa libvpx libbz2 ca-certificates libevent gstreamer
-PKG_DEPENDS+=		gst-plugins-base gst-plugins-good
+PKG_DEPENDS+=		harfbuzz mesa libvpx libbz2 ca-certificates libevent
 PKG_BUILDDEP:=		alsa-lib glib libgtk2 libIDL libX11 mesa libtiff gdk-pixbuf
 PKG_BUILDDEP+=		nspr nss libjpeg-turbo libXt fontconfig sqlite atk libpng hicolor-icon-theme
 PKG_BUILDDEP+=		libvpx pango gettext-tiny bzip2 libevent bzip2-host python2-host yasm-host
-PKG_BUILDDEP+=		zip-host gstreamer
+PKG_BUILDDEP+=		zip-host
 PKG_NEEDS:=		threads rt c++
 PKG_URL:=		http://www.mozilla.org/
 PKG_SITES:=		http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$(PKG_VERSION)/source/
@@ -72,7 +71,6 @@ CONFIGURE_ARGS+=	--enable-application=browser \
 			--enable-system-ffi \
 			--enable-system-sqlite \
 			--enable-webrtc \
-			--enable-gstreamer \
 			--disable-libnotify \
 			--with-libIDL-prefix=$(STAGING_TARGET_DIR)/usr \
 			--with-glib-prefix=$(STAGING_TARGET_DIR)/usr \
@@ -92,6 +90,7 @@ CONFIGURE_ARGS+=	--enable-application=browser \
 			--disable-smil \
 			--disable-dbus \
 			--disable-gamepad \
+			--disable-gstreamer \
 			--disable-strip \
 			--disable-install-strip \
 			--disable-tests \