mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
phoc: cleanup
This commit is contained in:
parent
e2029fc4a4
commit
f83ae36918
@ -28,7 +28,6 @@ DEPENDS += " \
|
|||||||
virtual/libgbm \
|
virtual/libgbm \
|
||||||
virtual/libgles2 \
|
virtual/libgles2 \
|
||||||
libpng \
|
libpng \
|
||||||
systemd \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "mutter"
|
RDEPENDS:${PN} = "mutter"
|
||||||
@ -43,7 +42,16 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit features_check gsettings meson pkgconfig
|
inherit features_check gsettings meson pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMESON += "-Dembed-wlroots=enabled"
|
PACKAGECONFIG[systemd] = ",,systemd"
|
||||||
|
PACKAGECONFIG[sysvinit] = ",,eudev elogind"
|
||||||
|
|
||||||
|
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[x11] = ",,libxcb xcb-util-renderutil"
|
||||||
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm"
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm"
|
||||||
|
Loading…
Reference in New Issue
Block a user