summaryrefslogtreecommitdiff
path: root/package/firefox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:04:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-07 14:04:49 +0200
commitc82f34b5a8e2851c2074c1e03263f788eb2c28be (patch)
tree497431533f073f53e0b7122b3d638753f1023abb /package/firefox
parentd856b6495b236a216813ce0527344ce80a486909 (diff)
explicitely enable dbus, fix a tmp path
Diffstat (limited to 'package/firefox')
-rw-r--r--package/firefox/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 2053a117a..ea88d8837 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -9,11 +9,11 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= fcf8042948d91f1f3d9c33599b79cf35
PKG_DESCR:= graphical webbrowser
PKG_SECTION:= x11/apps
-PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libnotify
-PKG_DEPENDS+= nspr nss libjpeg libatk pango cairo libxt libx11 libstdcxx
+PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libnotify libtiff
+PKG_DEPENDS+= nspr nss libjpeg libatk pango cairo libxt libx11 libstdcxx dbus
PKG_DEPENDS+= libxdamage libxfixes libidl libsqlite libxcomposite gdk-pixbuf
-PKG_BUILDDEP:= alsa-lib dbus-glib glib gtk+ libnotify libIDL libX11
-PKG_BUILDDEP+= nspr nss jpeg libXt fontconfig sqlite atk
+PKG_BUILDDEP:= alsa-lib dbus-glib glib gtk+ libnotify libIDL libX11 dbus
+PKG_BUILDDEP+= nspr nss jpeg libXt fontconfig sqlite atk libtiff
PKG_URL:= http://www.mozilla.org/
PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PKG_VERSION}/source/
PKG_NOPARALLEL:= 1
@@ -60,6 +60,7 @@ CONFIGURE_ARGS+= --enable-application=browser \
--with-libIDL-prefix=${STAGING_TARGET_DIR}/usr \
--with-glib-prefix=${STAGING_TARGET_DIR}/usr \
--enable-libxul \
+ --enable-dbus \
--disable-tests \
--disable-libconic \
--disable-static \