summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-10 18:32:51 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-10 17:25:04 +0000
commita5a17ccdbc870b475e6a2dc076a780b55e16ccab (patch)
tree7b896dd0859965d8acc2fd60869d0c36a6b9d9da /vcl
parent098b0bf8630f233fe7d3eba49c85a98929ce9929 (diff)
Filter out OS not needing -ldl
Change-Id: I5863de6d8b1f0fe2419ea7419b1ff90087bb513d Reviewed-on: https://gerrit.libreoffice.org/9715 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Executable_xid_fullscreen_on_all_monitors.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/Executable_xid_fullscreen_on_all_monitors.mk b/vcl/Executable_xid_fullscreen_on_all_monitors.mk
index 5f9c127ef320..ee17162c557c 100644
--- a/vcl/Executable_xid_fullscreen_on_all_monitors.mk
+++ b/vcl/Executable_xid_fullscreen_on_all_monitors.mk
@@ -9,9 +9,11 @@
$(eval $(call gb_Executable_Executable,xid-fullscreen-on-all-monitors))
+ifeq ($(filter ANDROID WNT DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),)
$(eval $(call gb_Executable_add_libs,xid-fullscreen-on-all-monitors,\
-ldl \
))
+endif
$(eval $(call gb_Executable_add_cobjects,xid-fullscreen-on-all-monitors,\
vcl/unx/gtk/window/xid_fullscreen_on_all_monitors \