From f669bd0af5858dce9c9ed73ca0a80eabfad62b50 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 12 Feb 2026 16:45:04 +0100 Subject: [PATCH] project.conf: pkg.requires.os.devel = make Add a package dependency on make for the -devel package. Installing jw-pkg's Makefiles doesn't make much sense without it. Signed-off-by: Jan Lindemann --- make/project.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/make/project.conf b/make/project.conf index fdedd353..ab3ceadf 100644 --- a/make/project.conf +++ b/make/project.conf @@ -17,6 +17,7 @@ libname = none [pkg.requires.os] run = sudo, bash, gawk build = make, xdg-utils, coreutils, inkscape +devel = make [pkg.requires.centos] run = hostname, python