summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-lib-X11.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-10-12 16:32:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-10-13 17:19:26 +0200
commitbfe4fac70ce8e24a1bc00623d2ebb9cfc5828666 (patch)
treed3d54f8defd018af50e21e8f59337e85a07ee834 /rules/host-xorg-lib-X11.make
parentdf60f3dfb9ee120b8cc932fcf897c525c3db6144 (diff)
downloadptxdist-bfe4fac70ce8e24a1bc00623d2ebb9cfc5828666.tar.gz
ptxdist-bfe4fac70ce8e24a1bc00623d2ebb9cfc5828666.tar.xz
host-xorg-lib-X11: readd package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-lib-X11.make')
-rw-r--r--rules/host-xorg-lib-X11.make34
1 files changed, 34 insertions, 0 deletions
diff --git a/rules/host-xorg-lib-X11.make b/rules/host-xorg-lib-X11.make
new file mode 100644
index 000000000..d84e336cd
--- /dev/null
+++ b/rules/host-xorg-lib-X11.make
@@ -0,0 +1,34 @@
+# -*-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_X11) += host-xorg-lib-x11
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_XORG_LIB_X11_AUTOCONF := \
+ $(HOST_AUTOCONF) \
+ --disable-man-pages \
+ --disable-specs \
+ --enable-xkb \
+ --disable-secure-rpc \
+ --disable-xf86bigfont \
+ --disable-loadable-i18n \
+ --disable-loadable-xcursor
+
+# vim: syntax=make