diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-07 12:17:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-10 10:57:57 +0200 |
commit | 4c8e2b47cb81a8b582d71db927682753c6d12ad9 (patch) | |
tree | 922e695577f6a219b2ae990871632e0247fc1e7b /vcl/Module_vcl.mk | |
parent | bc4e15d23cbcaf0a1bff32d4d5d9079805e298e5 (diff) |
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 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 3a3626157b1f..9bb22e09f582 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -72,6 +72,11 @@ $(eval $(call gb_Module_add_targets,vcl,\ Library_vclplug_gtk3 \ )) endif +ifneq ($(ENABLE_GTK4),) +$(eval $(call gb_Module_add_targets,vcl,\ + Library_vclplug_gtk4 \ +)) +endif ifneq ($(ENABLE_KF5),) $(eval $(call gb_Module_add_targets,vcl,\ CustomTarget_kf5_moc \ |