From 56e0d91660dd57e039deab8449c306466ba92273 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:34:33 +0200 Subject: [PATCH] Updated scenefx-git dependencies --- scenefx-git/PKGBUILD | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/scenefx-git/PKGBUILD b/scenefx-git/PKGBUILD index 53ee11a..4e09b21 100644 --- a/scenefx-git/PKGBUILD +++ b/scenefx-git/PKGBUILD @@ -7,18 +7,24 @@ pkgrel=1 license=("MIT") pkgdesc="A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects" url="https://github.com/wlrfx/scenefx" -arch=('x86_64') -depends=('libwlroots.so') +arch=("x86_64") +depends=( + "libwlroots.so" + "libglvnd" + "wayland" + "libdrm" + "libpixman-1.so" +) makedepends=( - git - 'glslang' - 'meson' - 'ninja' - 'wayland-protocols' + "git" + "glslang" + "meson" + "ninja" + "wayland-protocols" ) optdepends=() -provides=('libscenefx.so') -options=('debug') +provides=("libscenefx.so") +options=("debug") source=("${pkgname%-*}::git+${url}.git") sha512sums=("SKIP")