summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b803a40aa899..3737190a2056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = libretro-flycast-git
groups = libretro
license = GPL2
makedepends = git
+ makedepends = libglvnd
depends = libgl
depends = libretro-core-info
depends = libzip
diff --git a/PKGBUILD b/PKGBUILD
index aa25f986f25a..aa7a12f9203e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/libretro/flycast"
license=('GPL2')
groups=('libretro')
depends=('libgl' 'libretro-core-info' 'libzip' 'xxhash' 'zlib')
-makedepends=('git')
+makedepends=('git' 'libglvnd')
provides=("$_pkgname")
conflicts=("$_pkgname")
options=('!lto')