summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-21 12:24:00 +0000
committerPhil Blundell <philb@gnu.org>2004-11-21 12:24:00 +0000
commit67e88b4f23a4d91a0ed9dcc37b7abb80f48e7dda (patch)
tree67bd724d96f348f17d3a849e93d828765be78306
parentef6340ab17b0567dab920097d45fd329835b8534 (diff)
fix up FILES in x11_cvs as well.
BKrev: 41a088e0j28wceZ7cEuu8GAvLzfQVQ
-rw-r--r--x11/x11_cvs.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe
index 0a551cf42c..a1dabf5ecd 100644
--- a/x11/x11_cvs.oe
+++ b/x11/x11_cvs.oe
@@ -1,11 +1,12 @@
PV = "0.0cvs${CVSDATE}"
-PR = "r1"
+PR = "r2"
SECTION = "x11/libs"
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"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11 \