diff options
Diffstat (limited to 'x11/x11_cvs.oe')
-rw-r--r-- | x11/x11_cvs.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe index b5aa4c03a3..8e5973f98d 100644 --- a/x11/x11_cvs.oe +++ b/x11/x11_cvs.oe @@ -5,6 +5,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto xextensions xau xtrans xdmcp" DESCRIPTION = "Base X libs." FILES_${PN}_append = " ${datadir}/X11" +PROVIDES = "x11" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11" S = "${WORKDIR}/X11" |