summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordudemanguy2017-10-16 11:49:47 -0500
committerdudemanguy2017-10-16 11:49:47 -0500
commite51d9b01863898f59e30e925014fc4c7d21f4957 (patch)
tree930874d9d9b323b00521264c25f30c72fdf913f5 /PKGBUILD
parentd7542611af6249a62fe9fca7311172566be924c6 (diff)
downloadaur-e51d9b01863898f59e30e925014fc4c7d21f4957.tar.gz
add meson as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cbcbfa6c1af..2ac35f870f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,11 @@ url="http://gist.github.com/ahodesuka/49c1d0eea4b64f24c4c7"
arch=(i686 x86_64)
provides=("glib2=$pkgver")
conflicts=('glib2')
-makedepends=('gettext' 'gtk-doc' 'libffi' 'pcre' 'zlib' 'shared-mime-info' 'python' 'libelf' 'git' 'util-linux')
+depends=(pcre libffi libutil-linux)
+makedepends=(gettext gtk-doc zlib shared-mime-info python libelf git util-linux meson)
checkdepends=(desktop-file-utils dbus)
+optdepends=('python: for gdbus-codegen and gtester-report'
+ 'libelf: gresource inspection tool')
options=('!docs' '!emptydirs')
license=(LGPL)
_commit=5fc5a3eaa6fc2ab23a3585cf22799adae642afa7 # tags/2.54.1^0