summaryrefslogtreecommitdiffstats
path: root/Repository.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-05-07 12:17:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-05-10 10:57:57 +0200
commit4c8e2b47cb81a8b582d71db927682753c6d12ad9 (patch)
tree922e695577f6a219b2ae990871632e0247fc1e7b /Repository.mk
parentrename GtkDropTarget and GtkDragSource to avoid conflicts (diff)
downloadcore-4c8e2b47cb81a8b582d71db927682753c6d12ad9.tar.gz
core-4c8e2b47cb81a8b582d71db927682753c6d12ad9.zip
bodge a gtk4 starting point into existence
this is not supposed to work or anything even close to that Change-Id: I46b4fed6a1e6cfc885cb4f7c24660bb6438d5101 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115293 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index db52290e90c7..e95ea304ffda 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -280,6 +280,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
$(if $(ENABLE_EVOAB2),evoab) \
$(if $(ENABLE_GTK3),vclplug_gtk3) \
+ $(if $(ENABLE_GTK4),vclplug_gtk4) \
$(if $(ENABLE_GIO),losessioninstall) \
$(if $(ENABLE_GIO),ucpgio1) \
))