base-system: drop systemd build option.
This commit is contained in:
parent
cbfb839020
commit
bb5cc69b50
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-system'
|
||||
pkgname=base-system
|
||||
version=0.111
|
||||
version=0.112
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu/"
|
||||
|
@ -14,16 +14,12 @@ depends="
|
|||
mdocml>=1.13.3 shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
||||
psmisc procps-ng tzdata pciutils iana-etc openssh dhcpcd
|
||||
kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
|
||||
void-artwork traceroute ethtool kmod acpid
|
||||
$(vopt_if systemd systemd 'eudev runit-void')"
|
||||
void-artwork traceroute ethtool kmod acpid eudev runit-void"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) depends+=" musl";;
|
||||
*) depends+=" glibc-locales";;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) depends+=" linux";;
|
||||
x86_64*) depends+=" linux";;
|
||||
i686*|x86_64*) depends+=" linux";;
|
||||
esac
|
||||
|
||||
build_options="systemd"
|
||||
|
|
Loading…
Reference in New Issue
Block a user