|
@@ -29,12 +29,6 @@ WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}"
|
|
EXTRA_OECONF = "--enable-setuid-install \
|
|
EXTRA_OECONF = "--enable-setuid-install \
|
|
--disable-rdp-compositor \
|
|
--disable-rdp-compositor \
|
|
"
|
|
"
|
|
-EXTRA_OECONF_append_qemux86 = "\
|
|
|
|
- WESTON_NATIVE_BACKEND=fbdev-backend.so \
|
|
|
|
- "
|
|
|
|
-EXTRA_OECONF_append_qemux86-64 = "\
|
|
|
|
- WESTON_NATIVE_BACKEND=fbdev-backend.so \
|
|
|
|
- "
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \
|
|
${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd x11', d)} \
|
|
${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd x11', d)} \
|
|
@@ -107,7 +101,7 @@ FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so"
|
|
RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland"
|
|
RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland"
|
|
|
|
|
|
RDEPENDS_${PN} += "xkeyboard-config"
|
|
RDEPENDS_${PN} += "xkeyboard-config"
|
|
-RRECOMMENDS_${PN} = "liberation-fonts"
|
|
|
|
|
|
+RRECOMMENDS_${PN} = "weston-conf liberation-fonts"
|
|
RRECOMMENDS_${PN}-dev += "wayland-protocols"
|
|
RRECOMMENDS_${PN}-dev += "wayland-protocols"
|
|
|
|
|
|
USERADD_PACKAGES = "${PN}"
|
|
USERADD_PACKAGES = "${PN}"
|