We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcb514 commit 9da4a74Copy full SHA for 9da4a74
meson.build
@@ -37,12 +37,6 @@ subdir('data')
37
subdir('po')
38
subdir('src')
39
40
-# If the GTK version is higher than 3.22, add a define to indicate that
41
-gtk_dep = dependency('gtk+-3.0')
42
-if gtk_dep.version().version_compare('>=3.22.0')
43
- add_project_arguments(['--define=GTK322'], language: 'vala')
44
-endif
45
-
46
# Add the math library
47
cc = meson.get_compiler('c')
48
math_dep = cc.find_library('m', required: false)
0 commit comments