From 79197c2f4dc58f703d27492297ec0d2734e5b996 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Wed, 17 Jul 2024 22:43:49 -0400 Subject: [PATCH] fix --- aur/scenefx/.SRCINFO | 5 +++-- aur/scenefx/PKGBUILD | 1 + aur/swayfx/.SRCINFO | 1 + aur/swayfx/PKGBUILD | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/aur/scenefx/.SRCINFO b/aur/scenefx/.SRCINFO index 25e4e84..6709898 100644 --- a/aur/scenefx/.SRCINFO +++ b/aur/scenefx/.SRCINFO @@ -10,10 +10,11 @@ pkgbase = scenefx makedepends = meson makedepends = ninja makedepends = wayland-protocols - depends = libglvnd - depends = wayland depends = libdrm + depends = libglvnd depends = libpixman-1.so + depends = libwlroots.so=12 + depends = wayland depends = wlroots0.17 provides = libscenefx.so conflicts = scenefx diff --git a/aur/scenefx/PKGBUILD b/aur/scenefx/PKGBUILD index ee78228..c54d852 100644 --- a/aur/scenefx/PKGBUILD +++ b/aur/scenefx/PKGBUILD @@ -13,6 +13,7 @@ depends=( "wayland" "libdrm" "libpixman-1.so" + "libwlroots.so=12" "wlroots0.17" ) makedepends=( diff --git a/aur/swayfx/.SRCINFO b/aur/swayfx/.SRCINFO index c2658b5..9049528 100644 --- a/aur/swayfx/.SRCINFO +++ b/aur/swayfx/.SRCINFO @@ -18,6 +18,7 @@ pkgbase = swayfx depends = libjson-c.so depends = libudev.so depends = libwayland-server.so + depends = libwlroots.so=12 depends = libxcb depends = libxkbcommon.so depends = pango diff --git a/aur/swayfx/PKGBUILD b/aur/swayfx/PKGBUILD index 3f14299..c59b3c4 100644 --- a/aur/swayfx/PKGBUILD +++ b/aur/swayfx/PKGBUILD @@ -19,6 +19,7 @@ depends=( "libjson-c.so" "libudev.so" "libwayland-server.so" + "libwlroots.so=12" "libxcb" "libxkbcommon.so" "pango"