gvfs: remove systemd build option.
This commit is contained in:
parent
bb5cc69b50
commit
fb683341e9
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'gvfs'
|
# Template file for 'gvfs'
|
||||||
pkgname=gvfs
|
pkgname=gvfs
|
||||||
version=1.24.1
|
version=1.24.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-hal $(vopt_enable systemd)
|
configure_args="--disable-hal --disable-systemd
|
||||||
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
||||||
--with-samba-includes=${XBPS_CROSS_BASE}/usr/include
|
--with-samba-includes=${XBPS_CROSS_BASE}/usr/include
|
||||||
--with-samba-libs=${XBPS_CROSS_BASE}/usr/lib
|
--with-samba-libs=${XBPS_CROSS_BASE}/usr/lib
|
||||||
|
@ -14,7 +14,7 @@ makedepends="
|
||||||
libbluetooth-devel dbus-glib-devel libgudev-devel libexif-devel libbluray-devel
|
libbluetooth-devel dbus-glib-devel libgudev-devel libexif-devel libbluray-devel
|
||||||
fuse-devel libarchive-devel libcdio-paranoia-devel libsoup-gnome-devel
|
fuse-devel libarchive-devel libcdio-paranoia-devel libsoup-gnome-devel
|
||||||
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel libmtp-devel
|
libgphoto2-devel libsecret-devel gtk+3-devel samba-devel libmtp-devel
|
||||||
avahi-glib-libs-devel udisks2-devel libgcrypt-devel $(vopt_if systemd systemd-devel)
|
avahi-glib-libs-devel udisks2-devel libgcrypt-devel
|
||||||
libimobiledevice-devel libarchive-devel"
|
libimobiledevice-devel libarchive-devel"
|
||||||
short_desc="Userspace virtual filesystem"
|
short_desc="Userspace virtual filesystem"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -25,9 +25,6 @@ checksum=d38367ce189415c36fd19dca478bc9b80694b495c3458e74fb0f13d1ac9df1f9
|
||||||
|
|
||||||
# Manually declare shlibs used by the subpkgs.
|
# Manually declare shlibs used by the subpkgs.
|
||||||
shlib_provides="libgvfscommon.so libgvfsdaemon.so"
|
shlib_provides="libgvfscommon.so libgvfsdaemon.so"
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="systemd"
|
|
||||||
subpackages="gvfs-afc gvfs-afp gvfs-cdda gvfs-gphoto2 gvfs-mtp gvfs-smb gvfs-devel"
|
subpackages="gvfs-afc gvfs-afp gvfs-cdda gvfs-gphoto2 gvfs-mtp gvfs-smb gvfs-devel"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user