graphics/drawing: unbreak build with Meson 0.61.0

help/meson.build:2:6: ERROR: Program 'itstool' not found or not executable

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/26c1869a142a
This commit is contained in:
Jan Beich 2022-01-24 12:52:16 +00:00
parent 04ebf6c7bd
commit 9a56c8f62c

View File

@ -8,7 +8,8 @@ COMMENT= Drawing application for the GNOME desktop
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \
itstool:textproc/itstool
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
USES= desktop-file-utils gettext gnome meson pkgconfig python:3.6+ \