xserver-kdrive-common, xtscal: move the X session script from former to latter

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4725 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-06-24 11:01:06 +00:00
parent 31006b91f8
commit 5da8c4a3d8
3 changed files with 9 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
PR = "r28"
PR = "r29"
SRC_URI = "file://etc"
S = ${WORKDIR}

View File

@@ -4,10 +4,16 @@ SECTION = "x11/base"
DEPENDS = "virtual/libx11 libxft libxcalibrate"
PR = "r8"
PR = "r9"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
file://change-cross.patch;patch=1 \
file://cleanup.patch;patch=1"
file://cleanup.patch;patch=1 \
file://30xTs_Calibrate"
inherit autotools
do_install_append() {
install -d ${D}${sysconfdir}/X11/Xsession.d/
install -m 0755 ${WORKDIR}/30xTs_Calibrate ${D}${sysconfdir}/X11/Xsession.d/
}