vala-panel-appmenu: fix build without gtk2

This commit is contained in:
Michal Vasilek 2022-08-07 18:09:07 +02:00
parent d27df75a3a
commit 08b1791af4
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
--- a/subprojects/appmenu-gtk-module/meson_options.txt
+++ b/subprojects/appmenu-gtk-module/meson_options.txt
@@ -1,3 +1,3 @@
-option('gtk', type: 'array', choices : ['2','3'], value: ['2','3'], description: 'Supported GTK versions')
+option('gtk', type: 'array', choices : ['2','3'], value: ['3'], description: 'Supported GTK versions')
option('tests', type : 'boolean', value : false, description: 'Parser tests')
option('gtk_doc', type: 'boolean', value: false, description: 'Build API reference')