summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-18 12:04:04 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-18 12:59:30 +0200
commita6467341d19f30100afdca66574d925a10fdf911 (patch)
tree5c64859af64335ff2b9c6f89f85c99163d400efc /toolkit/Library_tk.mk
parent18621545e4b33039091283c58e340021199fefbf (diff)
No need for libotouch any more here
Change-Id: Ie092b9475e5dbf8d16bc8b02128c3a6858643abd
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index 5a219e0f3374..31ea037148a8 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -126,10 +126,4 @@ $(eval $(call gb_Library_add_cxxflags,tk,\
$(gb_OBJCXXFLAGS)))
endif
-ifeq ($(OS),ANDROID)
-$(eval $(call gb_Library_use_libraries,tk,\
- libotouch \
-))
-endif
-
# vim: set noet sw=4 ts=4: