mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
pkg-config: make it a bootstrap pkg (no extra deps).
This commit is contained in:
parent
4c8274e9a5
commit
ab47ddaa62
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template build file for 'pkg-config'
|
# Template build file for 'pkg-config'
|
||||||
pkgname=pkg-config
|
pkgname=pkg-config
|
||||||
version=0.28
|
version=0.28
|
||||||
revision=3
|
revision=4
|
||||||
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-internal-glib --disable-host-tool"
|
configure_args="--with-internal-glib --disable-host-tool"
|
||||||
short_desc="System for managing library compile/link flags"
|
short_desc="System for managing library compile/link flags"
|
||||||
|
|
Loading…
Add table
Reference in a new issue