mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
chore: added missing dep to PKGBUILD
This commit is contained in:
parent
07005a7252
commit
2cc5e8f272
@ -7,7 +7,7 @@ pkgdesc="use steam's wallpaperengine on linux"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Almamu/linux-wallpaperengine"
|
||||
license=('GPL3')
|
||||
depends=('lz4' 'ffmpeg' 'mpv' 'glfw' 'glew' 'freeglut' 'libpulse')
|
||||
depends=('lz4' 'ffmpeg' 'mpv' 'glfw' 'glew' 'freeglut' 'libpulse' 'fftw')
|
||||
makedepends=('git' 'cmake' 'sdl2' 'glm')
|
||||
provides=("linux-wallpaperengine")
|
||||
source=("${pkgname}::git+https://github.com/Almamu/linux-wallpaperengine.git#branch=main")
|
||||
|
Loading…
Reference in New Issue
Block a user