mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
xrdb: use .sh session script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4816 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
if [ -e $HOME/.Xdefaults ]; then
|
if [ -e $HOME/.Xdefaults ]; then
|
||||||
xrdb -merge -nocpp < $HOME/.Xdefaults
|
xrdb -merge -nocpp < $HOME/.Xdefaults
|
||||||
fi
|
fi
|
||||||
@@ -4,11 +4,11 @@ DESCRIPTION = "X server resource database utility"
|
|||||||
LICENSE = "xrdb"
|
LICENSE = "xrdb"
|
||||||
DEPENDS += "libxmu"
|
DEPENDS += "libxmu"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI += "file://60xXDefaults"
|
SRC_URI += "file://60XDefaults.sh"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||||
install -m 0755 ${WORKDIR}/60xXDefaults ${D}${sysconfdir}/X11/Xsession.d/
|
install -m 0755 ${WORKDIR}/60XDefaults.sh ${D}${sysconfdir}/X11/Xsession.d/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user