Compare commits

..

No commits in common. "e4bdeba0211b2213b5f112986a04f86e19819034" and "88defa0ae1f68c27495fcd89f4c25f5c314a6388" have entirely different histories.

7 changed files with 12 additions and 29 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 = "013ac3beddff3dbffafd5177e7972067cd2b5083"
SRCREV = "f4a71b13373436a2866c5d68f8f80ac6f0bc1ffe"
S = "${WORKDIR}/git"
do_install() {

View File

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

View File

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

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
SRCREV = "725f63aabc0ca818e856c864e87680b26509a8e6"
SRCREV = "4f1351295c55a8f51219b25aa4a6497a067989d0"
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 e0254e6..e6e88bd 100644
index 7f7e793..c61077f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -21,7 +21,7 @@ cap_dep = dependency('libcap', required: get_option('rt_cap'))
@@ -20,7 +20,7 @@ cap_dep = dependency('libcap', required: get_option('rt_cap'))
epoll_dep = dependency('epoll-shim', required: false)
glm_dep = dependency('glm')
sdl2_dep = dependency('SDL2', required: get_option('sdl2_backend'))
sdl_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,7 +13,6 @@ DEPENDS += " \
libei \
libdecor \
libdisplay-info \
libdrm \
libinput \
libx11\
libxcomposite \
@ -23,10 +22,6 @@ DEPENDS += " \
libxmu \
libxrender \
libxtst \
libxxf86vm \
libxfixes \
libxext \
libxdamage \
seatd \
stb \
vulkan-loader \
@ -42,7 +37,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"
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pipewire', d)} rt_cap avif_screenshots openvr input_emulation drm_backend sdl2_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"
@ -50,15 +45,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"
PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled,libdrm"
SRC_URI = " \
gitsm://github.com/ValveSoftware/gamescope.git;branch=master;protocol=https \
gitsm://github.com/ValveSoftware/gamescope.git;branch=jupiter-3.6;protocol=https \
file://0001-meson.build-dont-fail-if-stb-is-not-found.patch \
file://0001-meson.build-dont-leak-buildpath.patch \
"
SRCREV = "3b69847e15c84c0a4f93e82c2eb16b623f9765b9"
PV = "3.14.22"
SRCREV = "420eb91387a484fd7b1ea71449091f0480d9e538"
PV = "3.14.18"
S = "${WORKDIR}/git"

View File

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