mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 09:35:54 +02:00
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:
parent
ec093d3cc9
commit
f669bd0af5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue