mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
53 lines
1.1 KiB
BlitzBasic
53 lines
1.1 KiB
BlitzBasic
|
|
SUMMARY = "A Wayland WM"
|
|
HOMEPAGE = "https://hyprland.org/"
|
|
SECTION = "graphics"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a08367f3a4cd5301ba8b88eded36b8fd"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland opengl"
|
|
|
|
DEPENDS += " \
|
|
virtual/egl \
|
|
cairo \
|
|
wayland \
|
|
wayland-native \
|
|
jq-native \
|
|
pango \
|
|
pixman \
|
|
libdrm \
|
|
libxkbcommon \
|
|
libinput \
|
|
udis86 \
|
|
wlroots \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} ?= " \
|
|
foot \
|
|
jq \
|
|
grim \
|
|
slurp \
|
|
wl-clipboard \
|
|
hyprland-contrib \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main \
|
|
file://meson-build.patch \
|
|
"
|
|
|
|
SRCREV = "d74607e414dcd16911089a6d4b6aeb661c880923"
|
|
PV = "0.33.1"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland', d)}"
|
|
|
|
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,Dsystemd=disabled"
|
|
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
|
|
PACKAGECONFIG[legacy_renderer] = "-Dlegacy_renderer=enabled,-Dlegacy_renderer=disabled"
|
|
|
|
FILES:${PN} += "${datadir}"
|