meta-wayland/recipes-wlroots/phoc/phoc_git.bb

59 lines
1.3 KiB
BlitzBasic
Raw Normal View History

2022-02-18 15:14:37 +01:00
SUMMARY = "wlroots based Phone compositor as used on the Librem5."
HOMEPAGE = "https://gitlab.gnome.org/World/Phosh/phoc"
SECTION = "graphics"
LICENSE = "GPL-3.0-only"
2022-02-18 15:14:37 +01:00
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
glib-2.0 \
gnome-desktop \
libinput \
libxkbcommon \
pixman \
seatd \
wayland \
wayland-native \
wayland-protocols \
"
#needed to build wlroots as a subproject
DEPENDS += " \
ffmpeg \
git-native \
libdrm \
libcap \
virtual/libgbm \
virtual/libgles2 \
libpng \
"
RDEPENDS:${PN} = "mutter"
SRC_URI = " \
gitsm://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;branch=master \
"
S = "${WORKDIR}/git"
2022-07-02 06:53:01 +02:00
PV = "0.21.0-beta1"
SRCREV = "ebc6d1d5a2acdc243af3c9237ac09bcdd8f727f2"
2022-02-18 15:14:37 +01:00
inherit features_check gsettings meson pkgconfig
2022-02-19 04:47:55 +01:00
PACKAGECONFIG[systemd] = ",,systemd"
PACKAGECONFIG[sysvinit] = ",,eudev elogind"
2022-02-19 15:34:17 +01:00
PACKAGECONFIG[x11] = ",,libxcb xcb-util-renderutil"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm"
2022-02-19 04:47:55 +01:00
PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
"
EXTRA_OEMESON += "-Dembed-wlroots=enabled --buildtype=release"
2022-02-18 15:14:37 +01:00
FILES:${PN} += "${datadir}"