xscreensaver: Define consistent app-defaults dir

This is otherwise detected based on host machines X11 install directory
and on builders where x11 may not be insalled this will default to
another directory /usr/lib/X11/.. instead of /usr/share/X11...

This patch makes it consistent and avoids poking at host machines
install

make clean does not work so enable CLEANBROKEN

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2018-11-26 22:09:34 -08:00 committed by Armin Kuster
parent 9d20db53be
commit 8c56922ea5

View File

@ -19,6 +19,8 @@ RDEPENDS_${PN} += "xserver-nodm-init liberation-fonts"
inherit systemd perlnative pkgconfig gettext autotools-brokensep distro_features_check
EXTRA_OECONF += "--with-x-app-defaults=${datadir}/X11/app-defaults"
REQUIRED_DISTRO_FEATURES = "x11"
do_install_append() {
@ -27,3 +29,5 @@ do_install_append() {
FILES_${PN} += "${datadir}/X11/app-defaults/XScreenSaver"
SYSTEMD_SERVICE_${PN} = "xscreensaver.service"
CLEANBROKEN = "1"