summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-02-06 12:34:26 +0100
committerEmmanuel Gil Peyrot2018-02-06 12:34:26 +0100
commit36c118753e810fe9526df1f65d65f99010e83f5c (patch)
tree7279b6f68acb02fda48d55ca7dcc4b785d73b60a
parentb353f1e33e2da7f0c3502b97100fc3829352939d (diff)
downloadaur-36c118753e810fe9526df1f65d65f99010e83f5c.tar.gz
Add mesa to the makedepends, as it’s the only package to provide wayland-egl.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7043aa1478c..397e27f7b31a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'armv7h')
url="http://www.glfw.org/"
license=('custom:ZLIB')
optdepends=('doxygen: build glfw html documentation')
-makedepends=('cmake' 'extra-cmake-modules' 'git' 'libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'wayland' 'wayland-protocols' 'libxkbcommon')
+makedepends=('cmake' 'extra-cmake-modules' 'git' 'libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'wayland' 'wayland-protocols' 'libxkbcommon' 'mesa')
conflicts=("$_pkgbase")
provides=("$_pkgbase=3.3")
source=("$_pkgbase::git+https://github.com/glfw/glfw")