mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-23 17:26:44 +02:00
Compare commits
No commits in common. "9664da5e9a4dff068b50eb603a23b955822b4ec3" and "d45003a6fb0b22b9b2a0c80b2e2226149fb71cad" have entirely different histories.
9664da5e9a
...
d45003a6fb
@ -5,7 +5,6 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
||||
|
||||
DEPENDS = " \
|
||||
hwdata \
|
||||
hyprutils \
|
||||
hyprwayland-scanner-native \
|
||||
libdrm \
|
||||
@ -22,7 +21,7 @@ DEPENDS = " \
|
||||
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e3f2c0d5cc11a22c3f8c9a723823c603f45fa67c"
|
||||
SRCREV = "2e0052a21dc02c3cc2e131dabc2eff1990901b52"
|
||||
PV = "0.1.0"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -1,5 +1,5 @@
|
||||
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
|
||||
SRCREV = "98cb18c6fcfe8196ef4150d09fbae305b7bb2954"
|
||||
SRCREV = "3ae670253a5a3ae1e3a3104fb732a8c990a31487"
|
||||
|
||||
# Hack to allow patching the plugins
|
||||
do_configure:prepend() {
|
||||
|
@ -1,67 +0,0 @@
|
||||
SUMMARY = "A Wayland WM"
|
||||
HOMEPAGE = "https://hyprland.org/"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e5285450935e9c47f839569c8cbd4e29"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland opengl"
|
||||
|
||||
DEPENDS += " \
|
||||
aquamarine \
|
||||
cairo \
|
||||
hyprcursor \
|
||||
hyprlang \
|
||||
hyprutils \
|
||||
hwdata \
|
||||
jq-native \
|
||||
libdisplay-info \
|
||||
libliftoff \
|
||||
libdrm \
|
||||
libinput \
|
||||
libxcursor \
|
||||
libxcb \
|
||||
libxkbcommon \
|
||||
pango \
|
||||
pixman \
|
||||
seatd \
|
||||
tomlplusplus \
|
||||
util-linux-libuuid \
|
||||
virtual/egl \
|
||||
wayland \
|
||||
wayland-native \
|
||||
xcb-util-wm \
|
||||
xcb-util-renderutil \
|
||||
xcb-util-errors \
|
||||
hyprwayland-scanner-native \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} ?= " \
|
||||
foot \
|
||||
jq \
|
||||
grim \
|
||||
slurp \
|
||||
wl-clipboard \
|
||||
hyprland-contrib \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=aquamarine"
|
||||
|
||||
SRCREV = "aa703b6040f7b43f814d32d2b1aab700ace27041"
|
||||
PV = "0.42-dev"
|
||||
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"
|
||||
|
||||
do_configure:prepend() {
|
||||
cd ${S} && scripts/generateVersion.sh
|
||||
}
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "5df0174fd09de4ac5475233d65ffc703e89b82eb"
|
||||
SRCREV = "ec6938c66253429192274d612912649a0cfe4d28"
|
||||
PV = "0.5.2"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
@ -9,7 +9,7 @@ DEPENDS = "pixman"
|
||||
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "6174a2a25f4e216c0f1d0c4278adc23c476b1d09"
|
||||
SRCREV = "1f6bbec5954f623ff8d68e567bddcce97cd2f085"
|
||||
PV = "0.1.5"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user