mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
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 <jan@janware.com>
This commit is contained in:
parent
bc5099fc05
commit
b7b2e9d5f4
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ devel = jw-pkg-run = VERSION-REVISION
|
||||||
|
|
||||||
[pkg.requires.os]
|
[pkg.requires.os]
|
||||||
run = bash
|
run = bash
|
||||||
build = make, xdg-utils, coreutils, inkscape
|
build = make, xdg-utils, coreutils, cpio
|
||||||
devel = sudo, make, gawk
|
devel = sudo, make, gawk, pkg-config
|
||||||
|
|
||||||
[pkg.requires.centos]
|
[pkg.requires.centos]
|
||||||
run = hostname, python
|
run = hostname, python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue