summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-xcb-proto.in5
-rw-r--r--rules/host-xcb-proto.make27
2 files changed, 32 insertions, 0 deletions
diff --git a/rules/host-xcb-proto.in b/rules/host-xcb-proto.in
new file mode 100644
index 000000000..89b6f4aea
--- /dev/null
+++ b/rules/host-xcb-proto.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_XCB_PROTO
+ tristate
+ default ALLYES
diff --git a/rules/host-xcb-proto.make b/rules/host-xcb-proto.make
new file mode 100644
index 000000000..6a0e3accf
--- /dev/null
+++ b/rules/host-xcb-proto.make
@@ -0,0 +1,27 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2008 by Robert Schwebel
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_XCB_PROTO) += host-xcb-proto
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+# without this special prefix the xcb-proto.pc is broken
+HOST_XCB_PROTO_AUTOCONF := --prefix=/.
+
+# vim: syntax=make