diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libXrender/Makefile | 7 | ||||
-rw-r--r-- | package/openjdk7/Makefile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/package/libXrender/Makefile b/package/libXrender/Makefile index 3a1b1af25..905661bb1 100644 --- a/package/libXrender/Makefile +++ b/package/libXrender/Makefile @@ -9,9 +9,10 @@ PKG_RELEASE:= 2 PKG_HASH:= 89f36e896018f5b8c00768af59e052019ae79fab69a647eb1fe61b565d7dd18e PKG_DESCR:= x11 rendering library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= renderproto-host xproto-host xextproto-host libXau-host -PKG_BUILDDEP+= xcb-proto-host libpthread-stubs-host libxcb-host kbproto-host -PKG_BUILDDEP+= inputproto-host xtrans-host libX11-host libXrender-host renderproto libX11 +HOST_BUILDDEP:= renderproto-host xproto-host xextproto-host libXau-host +HOST_BUILDDEP+= xcb-proto-host libpthread-stubs-host libxcb-host kbproto-host +HOST_BUILDDEP+= inputproto-host xtrans-host libX11-host +PKG_BUILDDEP:= renderproto libX11 PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxrender PKG_OPTS:= dev diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile index 6ed54e3f8..bb6b258ed 100644 --- a/package/openjdk7/Makefile +++ b/package/openjdk7/Makefile @@ -12,8 +12,8 @@ PKG_SECTION:= dev/lang PKG_BUILDDEP:= openjdk7-host alsa-lib xproto libjpeg-turbo zlib giflib libpng freetype cups PKG_BUILDDEP+= libX11 libXt libXp libXinerama libXrender libXtst PKG_BUILDDEP+= libpng giflib libgtk2 glib fontconfig nss -HOST_BUILDDEP:= fastjar-host gcj-host ecj-host unzip-host -HOST_BUILDDEP+= ant-host libXtst-host libXt-host libXinerama-host +HOST_BUILDDEP:= fastjar-host gcj-host ecj-host unzip-host ant-host +HOST_BUILDDEP+= libXtst-host libXt-host libXinerama-host libXrender-host HOST_BUILDDEP+= cups-host qemu-host alsa-lib-host freetype-host libxslt-host PKG_DEPENDS:= zlib libstdcxx libffi libpthread libxtst libxi cups PKG_DEPENDS+= libfreetype libxrender libx11 libxext libpthread nss libjpeg-turbo |