summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2018-06-26 21:19:57 +0200
committerLW-archlinux2018-06-26 21:19:57 +0200
commit6c1ae6a9693234a23ecea830b3c7bdc55490ec60 (patch)
tree87324d61bebd34ad601b0b58b7eec446b99d002c
parentfe7f8b319e55b1b0ecd92c63c0f95e7a1cc88d76 (diff)
downloadaur-6c1ae6a9693234a23ecea830b3c7bdc55490ec60.tar.gz
add meson to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808186b95542..24cb66a3201d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 18.2.0_devel.103089.ff6db94c18
- pkgrel = 1
+ pkgrel = 2
url = http://mesa3d.sourceforge.net
arch = x86_64
license = custom
@@ -22,6 +22,7 @@ pkgbase = mesa-git
makedepends = libclc
makedepends = wayland
makedepends = wayland-protocols
+ makedepends = meson
depends = libdrm
depends = libxxf86vm
depends = libxdamage
diff --git a/PKGBUILD b/PKGBUILD
index d804538b5647..9469eb09e9ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,11 @@ pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=18.2.0_devel.103089.ff6db94c18
-pkgrel=1
+pkgrel=2
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'clang-svn' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
- 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'libclc' 'wayland' 'wayland-protocols')
+ 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'libclc' 'wayland' 'wayland-protocols' 'meson')
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'llvm-libs-svn' 'libunwind' 'libglvnd' 'libclc' 'wayland' 'lm_sensors')
optdepends=('opengl-man-pages: for the OpenGL API man pages')