systemd: systemd-analyze subpkg is also built in cross builds.
This commit is contained in:
parent
d3c85bccd8
commit
240bfae94e
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ conf_files="
|
||||||
/etc/udev/udev.conf"
|
/etc/udev/udev.conf"
|
||||||
|
|
||||||
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
|
||||||
unset subpackages
|
# XXX add support to gudev, introspectin and python.
|
||||||
|
subpackages="systemd-analyze"
|
||||||
makedepends="automake gettext-devel pkg-config intltool
|
makedepends="automake gettext-devel pkg-config intltool
|
||||||
gperf libxslt docbook-xsl libgcrypt-devel"
|
gperf libxslt docbook-xsl libgcrypt-devel"
|
||||||
crossmakedepends="acl-devel pam-devel dbus-devel libcap-devel
|
crossmakedepends="acl-devel pam-devel dbus-devel libcap-devel
|
||||||
|
|
Loading…
Reference in a new issue