mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
64 lines
1.5 KiB
BlitzBasic
64 lines
1.5 KiB
BlitzBasic
SUMMARY = "A Wayland WM"
|
|
HOMEPAGE = "https://hyprland.org/"
|
|
SECTION = "graphics"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=83fb0c6a837b7f0de6df847876e6295d"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland opengl"
|
|
|
|
DEPENDS += " \
|
|
aquamarine \
|
|
cairo \
|
|
glaze \
|
|
hyprcursor \
|
|
hyprgraphics \
|
|
hyprlang \
|
|
hyprutils \
|
|
hyprwayland-scanner-native \
|
|
hyprwire \
|
|
hyprwire-native \
|
|
jq-native \
|
|
libdrm \
|
|
libinput \
|
|
libxcursor \
|
|
libxkbcommon \
|
|
muparser \
|
|
pango \
|
|
pixman \
|
|
re2 \
|
|
tomlplusplus \
|
|
util-linux-libuuid \
|
|
virtual/egl \
|
|
virtual/libgles3 \
|
|
wayland-native \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} ?= " \
|
|
foot \
|
|
grim \
|
|
hyprland-contrib \
|
|
hyprland-guiutils \
|
|
hyprshutdown \
|
|
jq \
|
|
slurp \
|
|
wl-clipboard \
|
|
"
|
|
|
|
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
|
|
SRCREV = "59f9f2688ac508a0584d1462151195a6c4992f99"
|
|
|
|
|
|
inherit cmake pkgconfig features_check
|
|
|
|
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release"
|
|
|
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)}"
|
|
|
|
PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON -DBUILD_HYPRTESTER=ON,-DBUILD_TESTING=OFF -DBUILD_HYPRTESTER=OFF"
|
|
PACKAGECONFIG[systemd] = "-DSYSTEMD=ON,-DNO_SYSTEMD=ON"
|
|
PACKAGECONFIG[x11] = "-DXWAYLAND=ON,-DNO_XWAYLAND=ON,libxcb xcb-util-wm xcb-util-renderutil xcb-util-errors xwayland,xwayland"
|
|
PACKAGECONFIG[qt] = ",,,hyprpolkitagent xdg-desktop-portal-hyprland hyprsysteminfo hyprland-qt-support qt6ct"
|
|
|
|
FILES:${PN} += "${datadir} ${systemd_user_unitdir} ${libdir}/hyprtestplugin.so"
|