diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-18 22:32:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-18 22:38:41 +0300 |
commit | daaa550121a97d80e1ab43cbd5c73da6915e4ac4 (patch) | |
tree | f4842b51515bfb2c51354adb38f1b6e48839b1e9 /toolkit/Library_tk.mk | |
parent | 8dd75128a5a7e068ae63f3d1cc6b41410f7d7122 (diff) |
Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()
Pass on to VirtualDevice where used to set the MapMode of the device
appropriately. Adapt DocumentLoader, use to scale the page rendering
to exactly fit the virtual device.
Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r-- | toolkit/Library_tk.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index 1ba1efd4164d..ddcfa82f7a85 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -148,4 +148,10 @@ $(eval $(call gb_Library_use_libraries,tk,\ endif endif +ifeq ($(OS),ANDROID) +$(eval $(call gb_Library_use_libraries,tk,\ + libotouch \ +)) +endif + # vim: set noet sw=4 ts=4: |