diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-25 23:31:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-25 23:31:04 +0000 |
commit | c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d (patch) | |
tree | 9173fb365bf861e2337693179c270f81193f41b5 /openembedded/packages/xlibs/diet-x11_6.2.1.bb | |
parent | 05ff3147c40087edece71449e375cdf588d7a29b (diff) | |
download | poky-c597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d.tar.gz |
Update xlibs to follow restructuring in OE (in preparation for X11R7)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xlibs/diet-x11_6.2.1.bb')
-rw-r--r-- | openembedded/packages/xlibs/diet-x11_6.2.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/packages/xlibs/diet-x11_6.2.1.bb b/openembedded/packages/xlibs/diet-x11_6.2.1.bb new file mode 100644 index 0000000000..284fcc21cc --- /dev/null +++ b/openembedded/packages/xlibs/diet-x11_6.2.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SECTION = "x11/base" | ||
2 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" | ||
3 | include libx11_${PV}.bb | ||
4 | |||
5 | EXTRA_OECONF = "--disable-xcms --disable-xlocale --disable-xkb" | ||
6 | CFLAGS += "-D_GNU_SOURCE" | ||
7 | |||
8 | SRC_URI += "file://fix-utf8-wrong-define.patch;patch=1" | ||
9 | |||
10 | |||