summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-10-08 14:47:29 +0100
committerMichael Meeks <michael.meeks@collabora.com>2013-10-11 14:18:43 +0100
commit0489d6b7d36dff230aa9f440ae54eb60c3643662 (patch)
tree5d26734fc4a5ea5f7717df541dcbca0d6795c7dd /toolkit/Library_tk.mk
parent3bafe5f5f529f6539363c5a291dd13ef1e2cbbde (diff)
remove redundant X11 linkage in toolkit.
Change-Id: I73badeb7763da155296ff5bb673b36411e10791b
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index 57a0bd30d9f0..14d84eef0ab2 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -124,14 +124,6 @@ $(eval $(call gb_Library_add_cxxflags,tk,\
$(gb_OBJCXXFLAGS)))
endif
-ifeq (,$(ENABLE_HEADLESS))
-ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
-$(eval $(call gb_Library_add_libs,tk,\
- -lX11 \
-))
-endif
-endif
-
ifeq ($(OS),ANDROID)
$(eval $(call gb_Library_use_libraries,tk,\
libotouch \