Compare commits

...

7 Commits

Author SHA1 Message Date
Markus Volk
e4bdeba021 stb: update 2024-06-24 00:02:57 +02:00
Markus Volk
1d3dff334a hyprland-plugins: update 2024-06-23 23:14:57 +02:00
Markus Volk
55d0a606fc hyprland-expo: update dependencies 2024-06-23 23:13:49 +02:00
Markus Volk
eeda8f213c hyprutils: update 2024-06-23 21:15:28 +02:00
Markus Volk
08cb71aa87 hyprland-plugins: update 2024-06-23 21:15:16 +02:00
Markus Volk
7fb33028b2 hyprland: update 2024-06-23 21:14:22 +02:00
Markus Volk
27d655d000 gamescope: update 2024-06-23 21:13:11 +02:00
7 changed files with 29 additions and 12 deletions

View File

@ -4,7 +4,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fb994481c55623ef338885280e676f3b"
SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master"
SRCREV = "f4a71b13373436a2866c5d68f8f80ac6f0bc1ffe"
SRCREV = "013ac3beddff3dbffafd5177e7972067cd2b5083"
S = "${WORKDIR}/git"
do_install() {

View File

@ -8,6 +8,12 @@ DEPENDS = " \
pixman \
libdrm \
hyprland \
libinput \
udev \
pango \
cairo \
wayland-native \
libxkbcommon \
"
S = "${WORKDIR}/git/hyprexpo"

View File

@ -1,2 +1,8 @@
SRC_URI = "git://github.com/hyprwm/hyprland-plugins.git;protocol=https;branch=main"
SRCREV = "667ea74c36f385ad9a923a0bde10b9e9726e9f4e"
SRCREV = "135de7b88649dbe5fea8c997447bdc9d6f15ad86"
# Hack to allow patching the plugins
do_configure:prepend() {
rm -rf ${S}/patches
rm -rf ${S}/.pc
}

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "4f1351295c55a8f51219b25aa4a6497a067989d0"
SRCREV = "725f63aabc0ca818e856c864e87680b26509a8e6"
PV = "0.1.4"
inherit cmake pkgconfig

View File

@ -10,13 +10,13 @@ manually add it to CXXFLAGS
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/meson.build b/src/meson.build
index 7f7e793..c61077f 100644
index e0254e6..e6e88bd 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -20,7 +20,7 @@ cap_dep = dependency('libcap', required: get_option('rt_cap'))
@@ -21,7 +21,7 @@ cap_dep = dependency('libcap', required: get_option('rt_cap'))
epoll_dep = dependency('epoll-shim', required: false)
glm_dep = dependency('glm')
sdl_dep = dependency('SDL2', required: get_option('sdl2_backend'))
sdl2_dep = dependency('SDL2', required: get_option('sdl2_backend'))
-stb_dep = dependency('stb')
+stb_dep = dependency('stb', required: false)
avif_dep = dependency('libavif', version: '>=1.0.0', required: get_option('avif_screenshots'))

View File

@ -13,6 +13,7 @@ DEPENDS += " \
libei \
libdecor \
libdisplay-info \
libdrm \
libinput \
libx11\
libxcomposite \
@ -22,6 +23,10 @@ DEPENDS += " \
libxmu \
libxrender \
libxtst \
libxxf86vm \
libxfixes \
libxext \
libxdamage \
seatd \
stb \
vulkan-loader \
@ -37,7 +42,7 @@ RDEPENDS:${PN} = "xwayland hwdata"
CXXFLAGS:append = " -I${STAGING_INCDIR}/stb"
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pipewire', d)} rt_cap avif_screenshots openvr input_emulation drm_backend sdl2_backend"
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pipewire', d)} rt_cap avif_screenshots openvr input_emulation drm_backend"
PACKAGECONFIG[benchmark] = "-Dbenchmark=enabled,-Dbenchmark=disabled"
PACKAGECONFIG[input_emulation] = "-Dinput_emulation=enabled,-Dinput_emulation=disabled,libei"
PACKAGECONFIG[openvr] = "-Denable_openvr_support=true,-Denable_openvr_support=false"
@ -45,15 +50,15 @@ PACKAGECONFIG[pipewire] = "-Dpipewire=enabled,-Dpipewire=disabled,pipewire"
PACKAGECONFIG[avif_screenshots] = "-Davif_screenshots=enabled,-Davif_screenshots=disabled,libavif"
PACKAGECONFIG[rt_cap] = "-Drt_cap=enabled,-Drt_cap=disabled,libcap"
PACKAGECONFIG[sdl2_backend] = "-Dsdl2_backend=enabled,-Dsdl2_backend=disabled,libsdl2"
PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled,libdrm"
PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled"
SRC_URI = " \
gitsm://github.com/ValveSoftware/gamescope.git;branch=jupiter-3.6;protocol=https \
gitsm://github.com/ValveSoftware/gamescope.git;branch=master;protocol=https \
file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \
file://0001-meson.build-dont-leak-buildpath.patch \
"
SRCREV = "420eb91387a484fd7b1ea71449091f0480d9e538"
PV = "3.14.18"
SRCREV = "3b69847e15c84c0a4f93e82c2eb16b623f9765b9"
PV = "3.14.22"
S = "${WORKDIR}/git"

View File

@ -42,7 +42,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRCREV = "2031af82fa029aa098357339d502b53c371919d4"
SRCREV = "e09addf8dede9a8e7f2dd0e5bb414d3a0d5dc471"
PV = "0.41.1"
S = "${WORKDIR}/git"