diff options
author | Robert Nagy <robert@openbsd.org> | 2011-04-05 11:59:42 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-04-05 11:59:42 +0200 |
commit | 149bb82c280a7846981793714d9111a83119798d (patch) | |
tree | b2a780b8487a42a63be5310dbaa16a4d47f6e552 /toolkit | |
parent | ea42ff666f7ab3f62c5e423d5b4d98fddb460f66 (diff) |
link to the correct libraries on *BSD too
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Library_tk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index 15c8692c1ca1..1a94bbd21ab1 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -163,7 +163,7 @@ $(eval $(call gb_Library_set_cxxflags,tk,\ $$(CXXFLAGS) $(gb_OBJCXXFLAGS))) endif -ifeq ($(OS),LINUX) +ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS))) $(eval $(call gb_Library_add_linked_libs,tk,\ X11 \ )) |