mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 13:38:22 +01:00
phoc: cleanup
This commit is contained in:
parent
dd2aa60e04
commit
1d7ba0eb3a
@ -44,19 +44,15 @@ inherit features_check gsettings meson pkgconfig
|
||||
|
||||
PACKAGECONFIG[systemd] = ",,systemd"
|
||||
PACKAGECONFIG[sysvinit] = ",,eudev elogind"
|
||||
PACKAGECONFIG[x11] = ",,libxcb xcb-util-renderutil"
|
||||
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||
"
|
||||
|
||||
|
||||
EXTRA_OEMESON += "-Dembed-wlroots=enabled --buildtype=release"
|
||||
|
||||
PACKAGECONFIG[x11] = ",,libxcb xcb-util-renderutil"
|
||||
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user