summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:49:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:49:45 +0200
commit54a8defa87eaa5816f5d82bc6f42e6db4d6c1c86 (patch)
treea179db00a2fb5ae474f9e25ad2d7d1fbc1932c49
parent0e83a43145c4ac3f6438c43a95cb4d81fc38ba07 (diff)
add hicolor dependency
-rw-r--r--package/firefox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 67baa2d20..c5df7bce4 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -10,10 +10,10 @@ PKG_MD5SUM:= 3468a2c463b4fc2788ba621e4b511c30
PKG_DESCR:= graphical webbrowser
PKG_SECTION:= x11/apps
PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libnotify libpng
-PKG_DEPENDS+= nspr nss libjpeg libatk pango cairo libxt libx11 libstdcxx
+PKG_DEPENDS+= nspr nss libjpeg libatk pango cairo libxt libx11 libstdcxx hicolor-icon-theme
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 libpng
+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