diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2015-09-01 01:17:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-01 20:44:16 +0200 |
commit | d9749500de79d267bd43e554089371b3e564723b (patch) | |
tree | e28fb9ee69067d6e3487cd71f13bb79e66d1e271 /package/libXrender/Makefile | |
parent | 0e1105ca724bbc56c3197bae34d0dbcf38e320a8 (diff) |
fix building openjdk7
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Diffstat (limited to 'package/libXrender/Makefile')
-rw-r--r-- | package/libXrender/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |