summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-lib-Xau.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-10-12 16:27:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-10-13 17:19:22 +0200
commiteceb0d9e847d8de1f56c028b492ded6096773cf4 (patch)
tree66680e30f1ad5b59ca608510a27b18390abe8bfa /rules/host-xorg-lib-Xau.make
parentda2eeeb81239d21085b3e6594745f59363b83492 (diff)
downloadptxdist-eceb0d9e847d8de1f56c028b492ded6096773cf4.tar.gz
ptxdist-eceb0d9e847d8de1f56c028b492ded6096773cf4.tar.xz
host-xorg-lib-Xau: readd package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-lib-Xau.make')
-rw-r--r--rules/host-xorg-lib-Xau.make26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/host-xorg-lib-Xau.make b/rules/host-xorg-lib-Xau.make
new file mode 100644
index 000000000..66cdda6c8
--- /dev/null
+++ b/rules/host-xorg-lib-Xau.make
@@ -0,0 +1,26 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2007 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_XORG_LIB_XAU) += host-xorg-lib-xau
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_XORG_LIB_XAU_AUTOCONF := $(HOST_AUTOCONF)
+
+# vim: syntax=make