summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-11 11:28:14 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-06-11 09:36:08 +0000
commit5a37986b4cae4c1c5d25fd19cfa2edb9edd4ba53 (patch)
tree7f1f0927f0d869a8ff9c53facae139ed2fba622f /shell
parente1d80c0d70562e1f24f150a81a34ee4e3edc90f3 (diff)
the BSD family also uses gio
Change-Id: I75fb934e52beb2ab752df4c969aa2e10d4f5966e Reviewed-on: https://gerrit.libreoffice.org/9733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/Module_shell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 15ab84761029..2cbf29419d73 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Module_add_targets,shell,\
Library_localebe \
))
-ifeq ($(OS),LINUX)
+ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)),)
ifeq ($(ENABLE_GIO),TRUE)
$(eval $(call gb_Module_add_targets,shell,\
Library_losessioninstall \