From b7b2e9d5f41f756d1ee6438b8b58b3d0c516fdd6 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 14 Mar 2026 10:09:56 +0100 Subject: [PATCH] project.conf: pkg.requires.build.os: -inkscape, +cpio Remove dependency inkscape: It's needed by svg-to-pixmap.mk, but not for building jw-pkg. If anything, -devel should depend on it, but that seems a little heavy handed and can be achieved by packages which know that they include svg-to-pixmap.mk. Add dependency cpio: Needed by pkg.sh to copy a the source file tree. Will be removed again as soon as pkg.sh goes Python. Signed-off-by: Jan Lindemann --- make/project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/project.conf b/make/project.conf index 08e36ab6..d3f86623 100644 --- a/make/project.conf +++ b/make/project.conf @@ -19,8 +19,8 @@ devel = jw-pkg-run = VERSION-REVISION [pkg.requires.os] run = bash -build = make, xdg-utils, coreutils, inkscape -devel = sudo, make, gawk +build = make, xdg-utils, coreutils, cpio +devel = sudo, make, gawk, pkg-config [pkg.requires.centos] run = hostname, python