[Libreoffice-commits] core.git: shell/Module_shell.mk
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 11 02:36:29 PDT 2014
shell/Module_shell.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5a37986b4cae4c1c5d25fd19cfa2edb9edd4ba53
Author: Baptiste Daroussin <bapt at FreeBSD.org>
Date: Wed Jun 11 11:28:14 2014 +0200
the BSD family also uses gio
Change-Id: I75fb934e52beb2ab752df4c969aa2e10d4f5966e
Reviewed-on: https://gerrit.libreoffice.org/9733
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 15ab847..2cbf294 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 \
More information about the Libreoffice-commits
mailing list