No need for libotouch any more here

Change-Id: Ie092b9475e5dbf8d16bc8b02128c3a6858643abd
This commit is contained in:
Tor Lillqvist
2014-12-18 12:04:04 +02:00
parent 18621545e4
commit a6467341d1

View File

@@ -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: