void-packages/srcpkgs/vala-panel-appmenu/patches/no-gtk2.patch

8 lines
505 B
Diff

--- 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')