summaryrefslogtreecommitdiff
path: root/package/renderproto/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-31 13:05:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-31 13:05:51 +0100
commit86e8cf36b2a60da11121a814f65a28572943b72b (patch)
tree079f23f12b530acabc94e44ba44eb580b58a5760 /package/renderproto/Makefile
parentb9babb54de7c6e7466eb646517b28e998e10461e (diff)
parent174df1bc12ff2f24857ae43fdbb40ad449bb9bc1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/renderproto/Makefile')
-rw-r--r--package/renderproto/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/renderproto/Makefile b/package/renderproto/Makefile
index 3f744dafc..187f7848d 100644
--- a/package/renderproto/Makefile
+++ b/package/renderproto/Makefile
@@ -8,12 +8,18 @@ PKG_VERSION:= 0.11.1
PKG_RELEASE:= 1
PKG_DESCR:= X Rendering Extension headers
PKG_SECTION:= devel
+PKG_BUILDDEP:= renderproto-host
PKG_MD5SUM:= 9b103359123e375bb7760f7dbae3dece
PKG_SITES:= ${MASTER_SITE_XORG}
PKG_OPTS:= dev devonly
+include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk
+$(eval $(call HOST_template,RENDERPROTO,renderproto,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,RENDERPROTO,renderproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+HOST_STYLE:= auto
+
+include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk