meta-wayland/recipes-wlroots/hyprland/hyprland_git.bb

59 lines
1.2 KiB
BlitzBasic
Raw Normal View History

2023-01-31 12:10:22 +01:00
SUMMARY = "A Wayland WM"
HOMEPAGE = "https://hyprland.org/"
SECTION = "graphics"
LICENSE = "BSD-3-Clause"
2023-03-16 06:33:37 +01:00
LIC_FILES_CHKSUM = "file://LICENSE;md5=a08367f3a4cd5301ba8b88eded36b8fd"
2023-01-31 12:10:22 +01:00
REQUIRED_DISTRO_FEATURES = "wayland opengl"
DEPENDS += " \
virtual/egl \
virtual/libgles2 \
virtual/libgbm \
cairo \
wayland \
wayland-native \
wayland-protocols \
jq-native \
2023-03-16 06:33:37 +01:00
libdisplay-info \
pango \
2023-01-31 12:10:22 +01:00
pixman \
libdrm \
libxkbcommon \
seatd \
hwdata-native \
libinput \
"
RDEPENDS:${PN} ?= ""
RRECOMMENDS:${PN} ?= " \
foot \
jq \
grim \
slurp \
wl-clipboard \
hyprland-borders-plus-plus \
hyprland-csgo-vulkan \
hyprland-hyprbars \
2023-01-31 12:10:22 +01:00
"
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
2023-07-13 12:00:23 +02:00
SRCREV = "5e577acf516b80173f695a458c2cc188a4d64560"
PV = "0.27.0"
2023-01-31 12:10:22 +01:00
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd xwayland vulkan', d)}"
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,Dsystemd=disabled,systemd"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb xcb-util-wm xcb-util-renderutil xwayland,xwayland"
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
FILES:${PN} += "${datadir}"