diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-06 16:33:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-06 20:59:02 +0200 |
commit | be183bfd67219f8c560688784c0ba410a4d80367 (patch) | |
tree | 2cac69e017b347fc706c764a740dccb172d8d7e6 /package/openjdk7 | |
parent | ee495b8c50d99af371545199a5a76f1619fea475 (diff) |
another dependency
Diffstat (limited to 'package/openjdk7')
-rw-r--r-- | package/openjdk7/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile index 5f26b2e18..9a820126b 100644 --- a/package/openjdk7/Makefile +++ b/package/openjdk7/Makefile @@ -12,8 +12,9 @@ PKG_SECTION:= lang PKG_BUILDDEP:= openjdk7-host alsa-lib xproto libjpeg-turbo zlib giflib libpng freetype cups PKG_BUILDDEP+= libX11 libXt libXp libXinerama libXrender libXtst libiconv-tiny PKG_BUILDDEP+= libpng giflib gtk+ glib fontconfig nss -HOST_BUILDDEP:= fastjar-host gcj-host ecj-host classpath-host jamvm-host jikes-host ant-host -HOST_BUILDDEP+= cups-host libXt-host libXinerama-host qemu-host alsa-lib-host +HOST_BUILDDEP:= fastjar-host gcj-host ecj-host classpath-host jamvm-host +HOST_BUILDDEP+= jikes-host ant-host libXtst-host libXt-host libXinerama-host +HOST_BUILDDEP+= cups-host qemu-host alsa-lib-host PKG_DEPENDS:= zlib libstdcxx libffi libpthread libxtst libxi libgcc cups PKG_DEPENDS+= libfreetype libxrender libx11 libxext libpthread nss libjpeg-turbo PKG_DEPENDS+= libpng giflib libgtk glib fontconfig |