diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-04 12:08:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-04 12:08:26 +0100 |
commit | 518c7f8ec5375d243c857c8ee16c2a96e9a01db3 (patch) | |
tree | 217980c87f60331438aa693728b9eec68527819f /package/firefox | |
parent | f9646726c72cf341c4c2b765faf8820a2528c425 (diff) |
fix dependencies
Diffstat (limited to 'package/firefox')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 0e1c6fe9f..b5d034065 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libnotify PKG_DEPENDS+= nspr nss libjpeg atk pango cairo libxt libx11 libstdcxx -PKG_DEPENDS+= libxdamage libxfixes libidl libsqlite +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 PKG_URL:= http://www.mozilla.org/ |