diff options
author | Maxime Gauduin | 2018-06-19 12:06:32 +0200 |
---|---|---|
committer | Maxime Gauduin | 2018-06-19 12:06:32 +0200 |
commit | adda52868294a1d1da9f66a382b0de8b93786b54 (patch) | |
tree | 1bc85c12aebf622b9c11ca9c94d640db4982caff /PKGBUILD | |
parent | 5fe156408eaaff005e679f7a656a65451e498471 (diff) | |
download | aur-adda52868294a1d1da9f66a382b0de8b93786b54.tar.gz |
Add libglvnd to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Duck Hunt <vaporeon@tfwno.gf> pkgname=libretro-ppsspp-git -pkgver=r24058.29de4b5a1 +pkgver=r24191.9c9432e75 pkgrel=1 pkgdesc='Sony PlayStation Portable core' arch=('x86_64') @@ -11,7 +11,7 @@ url='https://github.com/libretro/libretro-ppsspp' license=('GPL2') groups=('libretro-unstable') depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'libretro-core-info' 'sdl2' 'zlib') -makedepends=('cmake' 'git' 'glu') +makedepends=('cmake' 'git' 'glu' 'libglvnd') provides=('libretro-ppsspp') conflicts=('libretro-ppsspp') source=('libretro-ppsspp::git+https://github.com/libretro/ppsspp.git' |