Skip to content

Commit

Permalink
meson: Set minimum granite version (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Jun 10, 2023
1 parent aeb0b13 commit ad894de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vala = meson.get_compiler('vala')
vala_flags = []

deps = [
dependency('granite'),
dependency('granite', version: '>= 5.4.0'),
dependency('gtk+-3.0'),
dependency('gee-0.8'),
vala.find_library('posix')
Expand Down Expand Up @@ -77,4 +77,4 @@ executable(
meson.add_install_script('meson/post_install.py')

subdir('data')
subdir('po')
subdir('po')

0 comments on commit ad894de

Please sign in to comment.