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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-02-12 16:45:04 +01:00
commit f669bd0af5

View file

@ -17,6 +17,7 @@ libname = none
[pkg.requires.os] [pkg.requires.os]
run = sudo, bash, gawk run = sudo, bash, gawk
build = make, xdg-utils, coreutils, inkscape build = make, xdg-utils, coreutils, inkscape
devel = make
[pkg.requires.centos] [pkg.requires.centos]
run = hostname, python run = hostname, python