diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-25 17:48:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-25 17:48:45 +0200 |
commit | 23eff1d5d3d4f22fc3d2fe9de026e3df3edf426d (patch) | |
tree | d5078c0ba1e06fa7a0e1ec878883c142e1e9a22a /package/firefox/Makefile | |
parent | 5a65511ac3d0c687d1f2c012087b55d2950d211c (diff) |
fix MesaLib cross-compile
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index b8d667241..0009c48e2 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11 PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib gtk+ libnotify libidl PKG_DEPENDS+= nspr nss libjpeg atk pango cairo libxt libx11 libstdcxx +PKG_DEPENDS+= libxdamage libxfixes PKG_BUILDDEP+= alsa-lib dbus-glib glib gtk+ libnotify libIDL libX11 libXt PKG_BUILDDEP+= nspr nss jpeg PKG_URL:= http://www.mozilla.org/ |