diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-25 19:23:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-25 19:23:04 +0100 |
commit | 0642672738c31624d625257b8cedf6890c3b5bf2 (patch) | |
tree | c8f576eb01dfc5cd0dd1ba11dabef9665aa32024 /package/firefox | |
parent | d4173bfaec26914a208a82d317e2210aad97fc09 (diff) |
rename package name to avoid ipkg warning and fix dependency
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 98ac0c41e..42f65b6d1 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 80f4d83f23a7c45fc3f1904964ea2a5a PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps -PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk+ libnotify +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 PKG_BUILDDEP:= alsa-lib dbus-glib glib gtk+ libnotify libIDL libX11 |