Skip to content

Commit

Permalink
Updated scenefx-git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Apr 16, 2024
1 parent d40c050 commit 56e0d91
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions scenefx-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 56e0d91

Please sign in to comment.