diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-05 18:27:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-05 18:27:23 +0200 |
commit | 0ec75bc7461c7fea0647b573dfc7d90497e442bd (patch) | |
tree | 1897566ee57f98d28936cb26fb2167738469c33d /package/firefox | |
parent | 5e39c9cf21872eb763815f07f95f8ee5438fdfda (diff) |
simplify, disable dbus and libnotify
Diffstat (limited to 'package/firefox')
-rw-r--r-- | package/firefox/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index e57bf9bcf..c5271f249 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -9,11 +9,11 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 3468a2c463b4fc2788ba621e4b511c30 PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps -PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libpng libtiff libnotify +PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libpng libtiff PKG_DEPENDS+= nspr nss libjpeg libatk pango cairo libxt libx11 libstdcxx hicolor-icon-theme PKG_DEPENDS+= libxdamage libxfixes libidl libsqlite libxcomposite gdk-pixbuf libintl PKG_BUILDDEP:= alsa-lib dbus-glib glib gtk+ libIDL libX11 MesaLib libtiff gdk-pixbuf -PKG_BUILDDEP+= nspr nss jpeg libXt fontconfig sqlite atk libpng hicolor-icon-theme libnotify +PKG_BUILDDEP+= nspr nss jpeg libXt fontconfig sqlite atk libpng hicolor-icon-theme PKG_URL:= http://www.mozilla.org/ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PKG_VERSION}/source/ PKG_NOPARALLEL:= 1 @@ -37,6 +37,8 @@ else CONFIGURE_ARGS+= --enable-ipc endif +TARGET_LDFLAGS+= -L$(STAGING_TARGET_DIR)/lib -L$(STAGING_TARGET_DIR)/usr/lib + CONFIGURE_ENV+= CROSS_COMPILE=1 \ HOST_CC="${CC_FOR_BUILD}" \ HOST_CPPFLAGS="${CPPFLAGS_FOR_BUILD}" \ @@ -64,8 +66,10 @@ CONFIGURE_ARGS+= --enable-application=browser \ --with-libIDL-prefix=${STAGING_TARGET_DIR}/usr \ --with-glib-prefix=${STAGING_TARGET_DIR}/usr \ --enable-libxul \ - --enable-libnotify \ - --enable-dbus \ + --disable-libnotify \ + --disable-accessibility \ + --disable-smil \ + --disable-dbus \ --disable-debug \ --disable-logging \ --disable-strip \ |