mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
33 lines
833 B
BlitzBasic
33 lines
833 B
BlitzBasic
SUMMARY = "Mango Wayland Compositor"
|
|
HOMEPAGE = "https://github.com/DreamMaoMao/mangowc"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ebe939942f5c8cd8a40069c798619a8"
|
|
|
|
SRC_URI = "git://github.com/mangowm/mango.git;protocol=https;nobranch=1"
|
|
|
|
DEPENDS = " \
|
|
wayland \
|
|
wayland-native \
|
|
wayland-protocols \
|
|
libinput \
|
|
libdrm \
|
|
libxkbcommon \
|
|
pixman \
|
|
libdisplay-info \
|
|
libliftoff \
|
|
hwdata \
|
|
seatd \
|
|
pcre2 \
|
|
wlroots-0.19 \
|
|
scenefx \
|
|
"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
SRCREV = "c89f8147f97ab07aab573a09f0f4b13bf9f2855d"
|
|
|
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland libxcb xcb-util-wm"
|
|
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)}"
|
|
|
|
FILES:${PN} += "${datadir}/wayland-sessions/mango.desktop ${datadir}/xdg-desktop-portal/mango-portals.conf"
|