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"
|
2022-03-04 14:58:29 +01:00
|
|
|
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-09-02 18:13:02 +02:00
|
|
|
PV = "0.21.1"
|
|
|
|
SRCREV = "0bcb87984fc08f7417baf9aa25a1707126620a6e"
|
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}"
|
|
|
|
|