summaryrefslogtreecommitdiffstats
path: root/rules/host-xcb-proto.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-10-12 16:31:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-10-13 17:19:22 +0200
commit343681c91df3afc9e3d844fc5c6ad7502c99071b (patch)
tree799f56908af4dd78a4d1a4240a30f5f3d0d18a95 /rules/host-xcb-proto.make
parenteceb0d9e847d8de1f56c028b492ded6096773cf4 (diff)
downloadptxdist-343681c91df3afc9e3d844fc5c6ad7502c99071b.tar.gz
ptxdist-343681c91df3afc9e3d844fc5c6ad7502c99071b.tar.xz
host-xcb-proto: readd package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xcb-proto.make')
-rw-r--r--rules/host-xcb-proto.make27
1 files changed, 27 insertions, 0 deletions
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