Skip to content

Commit

Permalink
Bump GTK minimum required due to removing deprecated properties ilgar…
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Mar 14, 2018
1 parent 3d66885 commit 0f80949
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 @@ -30,13 +30,13 @@ am_cflags = [

add_global_arguments(am_cflags, language: 'c')

dep_gtk3 = dependency('gtk+-3.0', version: '>=3.18')
dep_gtk3 = dependency('gtk+-3.0', version: '>=3.26')
dep_glib = dependency('glib-2.0', version: '>= 2.46.0')
dep_peas = dependency('libpeas-1.0', version: '>= 1.8.0')
dep_budgie = dependency('budgie-1.0', version: '>= 2')
dep_json_glib = dependency('json-glib-1.0', version: '>= 1.2')
dep_libsoup = dependency('libsoup-2.4', version: '>= 2.54')
dep_gweather = dependency('gweather-3.0', version: '>= 3.18')
dep_gweather = dependency('gweather-3.0', version: '>= 3.26')

LIB_INSTALL_DIR = join_paths(get_option('prefix'), get_option('libdir'), 'budgie-desktop', 'plugins', meson.project_name())

Expand Down

0 comments on commit 0f80949

Please sign in to comment.