diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 12:15:23 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 12:15:23 +0000 |
commit | ef6340ab17b0567dab920097d45fd329835b8534 (patch) | |
tree | 6dd1175feb3de01e01e8b6108a2af60b2dac930b /x11 | |
parent | a182de3931124cf9cd02f32b20ccb0b48bc6fe88 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/21 12:05:29+00:00 nexus.co.uk!pb
put locale data in libx11-locale
BKrev: 41a086dboTR_gkI9U3f8zbGlJNa32A
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x11_6.2.1.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/x11_6.2.1.oe b/x11/x11_6.2.1.oe index e8472d9cb7..db9de85efa 100644 --- a/x11/x11_6.2.1.oe +++ b/x11/x11_6.2.1.oe @@ -3,9 +3,10 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto xextensions xau xtrans xdmcp" DESCRIPTION = "Base X libs." -FILES_${PN}_append = " ${datadir}/X11" +FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB" +FILES_${PN}-locale += "${datadir}/X11/locale" PROVIDES = "x11" -PR = "r1" +PR = "r2" SRC_URI = "${XLIBS_MIRROR}/libX11-${PV}.tar.bz2 \ file://autofoo.patch;patch=1" |