diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-31 14:07:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-31 14:07:20 +0100 |
commit | 18ff7b7ff82290dca6f1dd943157fcadb00fb321 (patch) | |
tree | 7d5bfb2080affdad719f6b5e6af79fbde0d845a1 /package/libXi/Makefile | |
parent | 9663d8c140c0f78fddcbaa6feb1d706aca7fd95f (diff) |
fix some fallouts compiling openjdk7 for rpi2 on another buildserver
Diffstat (limited to 'package/libXi/Makefile')
-rw-r--r-- | package/libXi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libXi/Makefile b/package/libXi/Makefile index 635901ac3..64fe56fb1 100644 --- a/package/libXi/Makefile +++ b/package/libXi/Makefile @@ -10,6 +10,7 @@ PKG_HASH:= 4e88fa7decd287e58140ea72238f8d54e4791de302938c83695fc0c9ac102b7e PKG_DESCR:= client interface to the xinput extension PKG_SECTION:= x11/libs PKG_BUILDDEP:= xproto xextproto libXext libXfixes +HOST_BUILDDEP:= libXfixes-host PKG_URL:= http://xorg.freedesktop.org/ PKG_SITES:= http://www.x.org/releases/individual/lib/ PKG_LIBNAME:= libxi |