Compare commits

...

5 Commits

Author SHA1 Message Date
Markus Volk
e198123d39 wayfire: drop x11 PACKAGECONFIG 2024-09-04 08:23:35 +02:00
Markus Volk
14753b3231 hyprland: update
cleanup dependencies
2024-09-04 07:56:51 +02:00
Markus Volk
7d3429291f hyprland-contrib: update 2024-09-04 07:56:35 +02:00
Markus Volk
ff3e34e788 hyprlang: update 2024-09-04 07:56:13 +02:00
Markus Volk
e818f72143 aquamarine: update 2024-09-04 07:55:49 +02:00
5 changed files with 6 additions and 11 deletions

View File

@ -22,7 +22,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "abb3c81c59f64e37d7abbe4bc874302507042a7b"
PV = "0.3.3"
SRCREV = "aac97a1fd10d18d97b3f9415e712926374808823"
PV = "0.4.0"
inherit cmake pkgconfig

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d"
SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "65d42dcbfde2229a75ccdb195c318dfe241f9ade"
SRCREV = "ae618eafa81b596db034c5df1d75d4eddf785824"
PV = "0.1"
DEPENDS = "scdoc-native"

View File

@ -13,10 +13,7 @@ DEPENDS += " \
hyprcursor \
hyprlang \
hyprutils \
hwdata \
jq-native \
libdisplay-info \
libliftoff \
libdrm \
libinput \
libxcursor \
@ -24,11 +21,9 @@ DEPENDS += " \
libxkbcommon \
pango \
pixman \
seatd \
tomlplusplus \
util-linux-libuuid \
virtual/egl \
wayland \
wayland-native \
xcb-util-wm \
xcb-util-renderutil \
@ -47,7 +42,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "eb42adc4c090918ad6be9fcb24066da8cdfd9bd0"
SRCREV = "9b54342baa27d8de0460e1103ec4c3cc65592ed8"
PV = "0.43-dev"
S = "${WORKDIR}/git"

View File

@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "adbefbf49664a6c2c8bf36b6487fd31e3eb68086"
SRCREV = "5b175c9704f6ef5db29ac9aa8ab30029aa2e0dc7"
PV = "0.5.2"
inherit cmake pkgconfig

View File

@ -44,7 +44,7 @@ PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-u
PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11 xwayland', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan xwayland', d)} \
gles32 \
use_system_wlroots \
use_system_wfconfig \