mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
Compare commits
5 Commits
dd875065ae
...
e198123d39
Author | SHA1 | Date | |
---|---|---|---|
|
e198123d39 | ||
|
14753b3231 | ||
|
7d3429291f | ||
|
ff3e34e788 | ||
|
e818f72143 |
@ -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 = "abb3c81c59f64e37d7abbe4bc874302507042a7b"
|
SRCREV = "aac97a1fd10d18d97b3f9415e712926374808823"
|
||||||
PV = "0.3.3"
|
PV = "0.4.0"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
@ -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 = "65d42dcbfde2229a75ccdb195c318dfe241f9ade"
|
SRCREV = "ae618eafa81b596db034c5df1d75d4eddf785824"
|
||||||
PV = "0.1"
|
PV = "0.1"
|
||||||
|
|
||||||
DEPENDS = "scdoc-native"
|
DEPENDS = "scdoc-native"
|
||||||
|
@ -13,10 +13,7 @@ DEPENDS += " \
|
|||||||
hyprcursor \
|
hyprcursor \
|
||||||
hyprlang \
|
hyprlang \
|
||||||
hyprutils \
|
hyprutils \
|
||||||
hwdata \
|
|
||||||
jq-native \
|
jq-native \
|
||||||
libdisplay-info \
|
|
||||||
libliftoff \
|
|
||||||
libdrm \
|
libdrm \
|
||||||
libinput \
|
libinput \
|
||||||
libxcursor \
|
libxcursor \
|
||||||
@ -24,11 +21,9 @@ 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 \
|
||||||
@ -47,7 +42,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 = "eb42adc4c090918ad6be9fcb24066da8cdfd9bd0"
|
SRCREV = "9b54342baa27d8de0460e1103ec4c3cc65592ed8"
|
||||||
PV = "0.43-dev"
|
PV = "0.43-dev"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
@ -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 = "adbefbf49664a6c2c8bf36b6487fd31e3eb68086"
|
SRCREV = "5b175c9704f6ef5db29ac9aa8ab30029aa2e0dc7"
|
||||||
PV = "0.5.2"
|
PV = "0.5.2"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
@ -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 x11 xwayland', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan xwayland', d)} \
|
||||||
gles32 \
|
gles32 \
|
||||||
use_system_wlroots \
|
use_system_wlroots \
|
||||||
use_system_wfconfig \
|
use_system_wfconfig \
|
||||||
|
Loading…
Reference in New Issue
Block a user