summaryrefslogtreecommitdiff
path: root/xserver/xserver-xorg_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/xserver-xorg_cvs.oe')
-rw-r--r--xserver/xserver-xorg_cvs.oe13
1 files changed, 3 insertions, 10 deletions
diff --git a/xserver/xserver-xorg_cvs.oe b/xserver/xserver-xorg_cvs.oe
index d56ee7ae1b..06b0cae1f7 100644
--- a/xserver/xserver-xorg_cvs.oe
+++ b/xserver/xserver-xorg_cvs.oe
@@ -1,15 +1,12 @@
SECTION = "x11/base"
-PR = "r1"
+PR = "r2"
PV = "6.8.1+cvs${CVSDATE}"
-DEPENDS = "fontconfig freetype libxi xmu flex-2.5.4-native xfonts-xorg"
+DEPENDS = "fontconfig freetype libxi xmu flex-2.5.4-native"
SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xorg;module=xc;method=pserver \
file://imake-staging.patch;patch=1 \
- file://dri.patch;patch=1 \
- file://xorg.conf"
-
-RDEPENDS_${PN} += "xfonts-xorg"
+ file://dri.patch;patch=1"
PACKAGES =+ "xserver-xorg-xprint xserver-xorg-xvfb xserver-xorg-utils"
@@ -58,8 +55,4 @@ do_stage() {
pushd ${S}/programs/Xserver/hw/xfree86/drivers/$i; install -m 0644 *.h ${STAGING_INCDIR}/xserver-xorg/; popd
done
install -m 0644 programs/Xserver/hw/xfree86/common/fourcc.h ${STAGING_INCDIR}/xserver-xorg/
- install -d ${D}/etc/X11
- if [ -f "${WORKDIR}/xorg.conf" ]; then
- install -m 0644 ${WORKDIR}/xorg.conf ${D}/etc/X11/
- fi
}