mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-28 14:38:20 +01:00
c245f10e5a
build with shared wlroots instead of using subproject https://github.com/hyprwm/Hyprland/blob/main/nix/patches/meson-build.patch
57 lines
1.2 KiB
BlitzBasic
57 lines
1.2 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 \
|
|
wlroots \
|
|
"
|
|
|
|
RDEPENDS:${PN} ?= ""
|
|
|
|
RRECOMMENDS:${PN} ?= " \
|
|
foot \
|
|
jq \
|
|
grim \
|
|
slurp \
|
|
wl-clipboard \
|
|
hyprland-borders-plus-plus \
|
|
hyprland-csgo-vulkan \
|
|
hyprland-hyprbars \
|
|
"
|
|
|
|
SRC_URI = " \
|
|
gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main \
|
|
file://meson-build.patch \
|
|
"
|
|
|
|
SRCREV = "b08b72358ad549fd066e5be0fc3aa4c9df367607"
|
|
PV = "0.27.2"
|
|
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}"
|
|
|