summaryrefslogtreecommitdiff
path: root/package/firefox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-31 09:42:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-31 09:42:12 +0100
commite5b391911791ffaea9dd66c85e05fa8fd4ffa8e8 (patch)
tree8942d47636dfd2ea2a9a44abef34be79aa7c2608 /package/firefox
parent73ba88818ded47be54139163f3a87c4c9932170f (diff)
firefox: disable gstreamer, bad testing, needs gstreamer 0.10
Diffstat (limited to 'package/firefox')
-rw-r--r--package/firefox/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 1c8a2ed16..62dbcabe5 100644
--- a/package/firefox/Makefile
+++ b/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 \