mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
xrdb: move the xrdb xsession from xserver-kdrive-common to here
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4723 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
4
meta/packages/xorg-app/xrdb/60xXDefaults
Normal file
4
meta/packages/xorg-app/xrdb/60xXDefaults
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
if [ -e $HOME/.Xdefaults ]; then
|
||||
xrdb -merge -nocpp < $HOME/.Xdefaults
|
||||
fi
|
||||
@@ -4,3 +4,11 @@ DESCRIPTION = "X server resource database utility"
|
||||
LICENSE = "xrdb"
|
||||
DEPENDS += "libxmu"
|
||||
PE = "1"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI += "file://60xXDefaults"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||
install -m 0755 ${WORKDIR}/60xXDefaults ${D}${sysconfdir}/X11/Xsession.d/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user