shell/Module_shell.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a37986b4cae4c1c5d25fd19cfa2edb9edd4ba53
Author: Baptiste Daroussin <b...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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 \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to