mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
drop '_git' from recipes
This commit is contained in:
46
recipes-wlroots/phoc/phoc_0.45.0.bb
Normal file
46
recipes-wlroots/phoc/phoc_0.45.0.bb
Normal file
@ -0,0 +1,46 @@
|
||||
|
||||
SUMMARY = "wlroots based Phone compositor as used on the Librem5."
|
||||
HOMEPAGE = "https://gitlab.gnome.org/World/Phosh/phoc"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-or-later.txt;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
gi-docgen-native \
|
||||
glib-2.0 \
|
||||
gmobile \
|
||||
gnome-desktop \
|
||||
libinput \
|
||||
libxkbcommon \
|
||||
pixman \
|
||||
seatd \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
wlroots-0.18 \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;nobranch=1"
|
||||
|
||||
SRCREV = "1046f9b6c84efcec21d3df0b9767bc61a2c1f1b3"
|
||||
|
||||
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=disabled --buildtype=release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
Reference in New Issue
Block a user