diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Module_shell.mk | 2 |
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 \ |