summaryrefslogtreecommitdiff
path: root/package/libICE/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:47:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:47:31 +0100
commit4b7a7c1333333ce0f1567cfda15fb86222be2301 (patch)
tree52ca6663c6c95635d7afa18c3cf750280b498c62 /package/libICE/Makefile
parente31358b57662bb44613874e6cb5d5569309910af (diff)
parent103810049b157dc809c82a0136e23fe4276b9750 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/pulseaudio/Makefile
Diffstat (limited to 'package/libICE/Makefile')
-rw-r--r--package/libICE/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/libICE/Makefile b/package/libICE/Makefile
index aab03316f..3eb19785e 100644
--- a/package/libICE/Makefile
+++ b/package/libICE/Makefile
@@ -9,19 +9,23 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= 4b8dae73fce37e994c3a6fa05d6db7ca
PKG_DESCR:= Inter-Client Exchange library
PKG_SECTION:= x11/libs
-PKG_BUILDDEP:= xtrans xproto
+PKG_BUILDDEP:= xtrans-host xtrans xproto-host xproto libICE-host
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_LIBNAME:= libice
PKG_OPTS:= dev
+include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk
+$(eval $(call HOST_template,LIBICE,libice,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBICE,libice,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+HOST_STYLE:= auto
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
libice-install:
${INSTALL_DIR} ${IDIR_LIBICE}/usr/lib
${CP} ${WRKINST}/usr/lib/libICE.so* ${IDIR_LIBICE}/usr/lib
+include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk