Skip to content

Commit 9da4a74

Browse files
committed
Removing references to Gtk-3 in meson.build
1 parent edcb514 commit 9da4a74

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

meson.build

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ subdir('data')
3737
subdir('po')
3838
subdir('src')
3939

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-
4640
# Add the math library
4741
cc = meson.get_compiler('c')
4842
math_dep = cc.find_library('m', required: false)

0 commit comments

Comments
 (0)