mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
wlroots: remove systemd/elogind dependencies
since wlroots 0.14.0 utilizes seatd these are obsolete
This commit is contained in:
parent
43f0c5e75c
commit
236b76e0e9
@ -24,14 +24,10 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[gles2] = "-Drenderers=gles2"
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
PACKAGECONFIG[sysvinit] = ",,eudev elogind"
|
||||
PACKAGECONFIG[x11-backend] = "-Dx11-backend=enabled,-Dx11-backend=disabled,xcb-util-renderutil"
|
||||
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xserver-xorg xcb-util-wm"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||
gles2 \
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user