|
@@ -5,6 +5,7 @@ LICENSE = "MIT"
|
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
|
|
SRC_URI = "file://xorg.conf"
|
|
|
+SRC_URI:append:qemuall = " file://noblank.conf"
|
|
|
|
|
|
S = "${WORKDIR}/sources"
|
|
|
UNPACKDIR = "${S}"
|
|
@@ -19,4 +20,9 @@ do_install () {
|
|
|
install -d ${D}/${sysconfdir}/X11
|
|
|
install -m 0644 ${S}/xorg.conf ${D}/${sysconfdir}/X11/
|
|
|
fi
|
|
|
+
|
|
|
+ if test -s ${S}/noblank.conf; then
|
|
|
+ install -d ${D}/${sysconfdir}/X11/xorg.conf.d
|
|
|
+ install -m 0644 ${S}/noblank.conf ${D}/${sysconfdir}/X11/xorg.conf.d/
|
|
|
+ fi
|
|
|
}
|