Add libglvnd to makedepends
This commit is contained in:
parent
866a928cee
commit
de09200268
5
.SRCINFO
5
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Feb 11 21:34:44 UTC 2018
|
# Mon Jun 18 13:03:17 UTC 2018
|
||||||
pkgbase = ppsspp-git
|
pkgbase = ppsspp-git
|
||||||
pkgdesc = A PSP emulator written in C++
|
pkgdesc = A PSP emulator written in C++
|
||||||
pkgver = 1.5.4.r545.4ccf30d0a
|
pkgver = 1.6.3.r219.f3ab56e15
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.ppsspp.org/
|
url = http://www.ppsspp.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,6 +10,7 @@ pkgbase = ppsspp-git
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = glu
|
makedepends = glu
|
||||||
|
makedepends = libglvnd
|
||||||
makedepends = libzip
|
makedepends = libzip
|
||||||
makedepends = qt5-tools
|
makedepends = qt5-tools
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
pkgbase=ppsspp-git
|
pkgbase=ppsspp-git
|
||||||
pkgname=('ppsspp-git' 'ppsspp-headless-git' 'ppsspp-qt-git')
|
pkgname=('ppsspp-git' 'ppsspp-headless-git' 'ppsspp-qt-git')
|
||||||
pkgver=1.5.4.r545.4ccf30d0a
|
pkgver=1.6.3.r219.f3ab56e15
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A PSP emulator written in C++'
|
pkgdesc='A PSP emulator written in C++'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://www.ppsspp.org/'
|
url='http://www.ppsspp.org/'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'zlib')
|
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'sdl2' 'zlib')
|
||||||
makedepends=('cmake' 'git' 'glu' 'libzip' 'qt5-tools')
|
makedepends=('cmake' 'git' 'glu' 'libglvnd' 'libzip' 'qt5-tools')
|
||||||
source=('git+https://github.com/hrydgard/ppsspp.git'
|
source=('git+https://github.com/hrydgard/ppsspp.git'
|
||||||
'ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
|
'ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git'
|
||||||
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
|
'ppsspp-glslang::git+https://github.com/hrydgard/glslang.git'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user