changeset 333:251b663c3c01

templates: update meson.sh
author David Demelier <markand@malikania.fr>
date Wed, 27 Mar 2019 20:20:00 +0100
parents c2e6ff05e89d
children 18a3a8db4361
files templates/meson.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/meson.sh	Wed Mar 27 20:18:00 2019 +0100
+++ b/templates/meson.sh	Wed Mar 27 20:20:00 2019 +0100
@@ -21,7 +21,7 @@
 PKGLICENSE="one of README.licenses.md or CUSTOM"
 PKGSUMMARY="short summary"
 PKGDOWNLOAD="http://example.org/$PKGNAME-$PKGVERSION.tar.xz"
-# PKGDEPENDS="category/foo category/bar"
+PKGDEPENDS="dev/meson:build"
 # PKGOPTIONS="FOO BAR BAZ"
 
 : ${CC:=gcc}