2023-02-01 05:30:38 +01:00
|
|
|
|
|
|
|
SUMMARY = "Labwc stands for Lab Wayland Compositor"
|
|
|
|
HOMEPAGE = "https://github.com/labwc/labwc"
|
|
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
libxml2 \
|
2024-10-26 07:53:09 +02:00
|
|
|
libsfdo \
|
2023-02-01 05:30:38 +01:00
|
|
|
glib-2.0 \
|
|
|
|
cairo \
|
|
|
|
pango \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
libdrm \
|
|
|
|
libxkbcommon \
|
|
|
|
libinput \
|
2024-08-17 16:15:34 +02:00
|
|
|
wlroots-0.18 \
|
2023-02-01 05:30:38 +01:00
|
|
|
"
|
|
|
|
|
|
|
|
RRECOMMENDS:${PN} ?= " \
|
|
|
|
foot \
|
|
|
|
grim \
|
|
|
|
slurp \
|
|
|
|
wl-clipboard \
|
2024-04-03 13:54:38 +02:00
|
|
|
labwc-menu-generator \
|
2024-05-11 20:13:03 +02:00
|
|
|
labwc-tweaks-gtk \
|
2023-02-01 05:30:38 +01:00
|
|
|
swaybg \
|
|
|
|
"
|
|
|
|
|
|
|
|
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
|
|
|
|
|
2024-10-26 07:53:09 +02:00
|
|
|
SRCREV = "6bd36e85122101b30a852723b33d72210d45f8a5"
|
|
|
|
PV = "0.8.1"
|
2023-02-01 05:30:38 +01:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
inherit meson pkgconfig features_check gettext
|
|
|
|
|
|
|
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xwayland', d)}"
|
|
|
|
|
|
|
|
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
|
|
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
|
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
|