summaryrefslogtreecommitdiffstats
path: root/desktop/Module_desktop.mk
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-05-07 20:14:59 +0100
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-06-25 13:04:27 +0100
commit9e4f23698af8079edc114d7006ef6a7fc229c1c9 (patch)
tree9831192192211e33811798c29b81115a308ccbee /desktop/Module_desktop.mk
parentfdo#37401 - fixed the old vector length (diff)
downloadcore-9e4f23698af8079edc114d7006ef6a7fc229c1c9.tar.gz
core-9e4f23698af8079edc114d7006ef6a7fc229c1c9.zip
TiledRendering: outline of basic gtk tiled rendering app using liblibreoffice.
Change-Id: I46760c0a1329b9823fd999c470b57fef66d28914
Diffstat (limited to 'desktop/Module_desktop.mk')
-rw-r--r--desktop/Module_desktop.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index cfaf0d93ecd9..04b71f7578c6 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -29,6 +29,14 @@ $(eval $(call gb_Module_add_l10n_targets,desktop,\
UIConfig_deployment \
))
+ifeq ($(OS),LINUX)
+ifneq ($(ENABLE_GTK),)
+$(eval $(call gb_Module_add_targets,desktop,\
+ Executable_gtktiledviewer \
+))
+endif
+endif
+
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,desktop,\
Executable_soffice_bin \