summaryrefslogtreecommitdiffstats
path: root/package/gvfs/gvfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/gvfs/gvfs.mk')
-rw-r--r--package/gvfs/gvfs.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk
index b0fcf3d55..37b4accf9 100644
--- a/package/gvfs/gvfs.mk
+++ b/package/gvfs/gvfs.mk
@@ -20,6 +20,7 @@ GVFS_CONF_OPT = \
--disable-gphoto2 \
--disable-keyring \
--disable-bash-completion \
+ --disable-hal
ifeq ($(BR2_PACKAGE_AVAHI),y)
GVFS_DEPENDENCIES += avahi
@@ -28,13 +29,6 @@ else
GVFS_CONF_OPT += --disable-avahi
endif
-ifeq ($(BR2_PACKAGE_HAL),y)
-GVFS_DEPENDENCIES += hal
-GVFS_CONF_OPT += --enable-hal
-else
-GVFS_CONF_OPT += --disable-hal
-endif
-
ifeq ($(BR2_PACKAGE_LIBARCHIVE),y)
GVFS_DEPENDENCIES += libarchive
GVFS_CONF_OPT += --enable-archive