vala-panel-appmenu: fix build without gtk2
This commit is contained in:
parent
d27df75a3a
commit
08b1791af4
|
@ -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')
|
Loading…
Reference in New Issue