diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 23:54:56 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-20 13:18:44 -0600 |
commit | 293ec358b18d749521bbde1f02cd7c67b9377a35 (patch) | |
tree | 83f5597aeebb33850573325033a84327a11cbf2e /package/firefox/Makefile | |
parent | b4e75953889f744e9f34f9100b460b34bdce4e40 (diff) |
enable webrtc
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 1b998951c..9c5ff4bf3 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= firefox PKG_VERSION:= 35.0 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_HASH:= bedeb5bbd8b49e5b286497ef7732542c6e7441088fd8cd577d7ca8af4c871e81 PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps @@ -70,6 +70,7 @@ CONFIGURE_ARGS+= --enable-application=browser \ --with-system-libevent=$(STAGING_TARGET_DIR)/usr \ --enable-system-ffi \ --enable-system-sqlite \ + --enable-webrtc \ --disable-libnotify \ --with-libIDL-prefix=$(STAGING_TARGET_DIR)/usr \ --with-glib-prefix=$(STAGING_TARGET_DIR)/usr \ |