cursors: add inkscape to the required tools

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-15 03:22:06 +03:00
parent 2b26cf090d
commit b051d6b685

View file

@ -1,4 +1,4 @@
set(setuptools tar xcursorgen) set(setuptools tar xcursorgen inkscape)
foreach(tool ${setuptools}) foreach(tool ${setuptools})
string(TOUPPER ${tool} uppertool) string(TOUPPER ${tool} uppertool)
find_program(${uppertool} ${tool}) find_program(${uppertool} ${tool})