summaryrefslogtreecommitdiff
path: root/packages/xlibs/diet-x11_X11R7.0-1.0.0.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-12 15:38:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-12 15:38:16 +0000
commite58723dfb051aee843224b87027a08bd0901960f (patch)
treecfca4bc2d517f6ec9213b786f3cf658b8a7b5da7 /packages/xlibs/diet-x11_X11R7.0-1.0.0.bb
parent695254b45c61e92157f0a06e7c906b1792d7a816 (diff)
parent6f259b67b3d01939c69e51d8df1713f86de8d809 (diff)
merge of 21d01652e3aa40ef6aef3a3bc47a1d618d24501d
and 344ea81de10e1b863ad4c83421c41c9cb8680f36
Diffstat (limited to 'packages/xlibs/diet-x11_X11R7.0-1.0.0.bb')
-rw-r--r--packages/xlibs/diet-x11_X11R7.0-1.0.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/xlibs/diet-x11_X11R7.0-1.0.0.bb b/packages/xlibs/diet-x11_X11R7.0-1.0.0.bb
new file mode 100644
index 0000000000..daca669f0a
--- /dev/null
+++ b/packages/xlibs/diet-x11_X11R7.0-1.0.0.bb
@@ -0,0 +1,13 @@
+SECTION = "x11/base"
+include libx11_${PV}.bb
+
+PROVIDES += "libx11"
+
+EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb"
+CFLAGS += "-D_GNU_SOURCE"
+
+SRC_URI += "file://X18NCMSstubs.diff;patch=1"
+
+#do_stage_append () {
+# rm -f ${STAGING_INCDIR}/X11/XKBlib.h
+#}