Compare commits

..

No commits in common. "e198123d392df34a3cd01800702faf3ab5b60ad9" and "dd875065aef70bdd031619b75cbd4d25f8d0f345" have entirely different histories.

5 changed files with 11 additions and 6 deletions

View File

@ -22,7 +22,7 @@ DEPENDS = " \
SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/aquamarine.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "aac97a1fd10d18d97b3f9415e712926374808823" SRCREV = "abb3c81c59f64e37d7abbe4bc874302507042a7b"
PV = "0.4.0" PV = "0.3.3"
inherit cmake pkgconfig 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" SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "ae618eafa81b596db034c5df1d75d4eddf785824" SRCREV = "65d42dcbfde2229a75ccdb195c318dfe241f9ade"
PV = "0.1" PV = "0.1"
DEPENDS = "scdoc-native" DEPENDS = "scdoc-native"

View File

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

View File

@ -9,7 +9,7 @@ DEPENDS = "hyprutils"
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "5b175c9704f6ef5db29ac9aa8ab30029aa2e0dc7" SRCREV = "adbefbf49664a6c2c8bf36b6487fd31e3eb68086"
PV = "0.5.2" PV = "0.5.2"
inherit cmake pkgconfig 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[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
PACKAGECONFIG ?= " \ PACKAGECONFIG ?= " \
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan xwayland', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11 xwayland', d)} \
gles32 \ gles32 \
use_system_wlroots \ use_system_wlroots \
use_system_wfconfig \ use_system_wfconfig \