Skip to content

Commit 1caa5a6

Browse files
authored
wingpanel-interface: Require Gala 8.3.0 (#642)
1 parent 5115146 commit 1caa5a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The extensible top panel for Pantheon. Wingpanel is an empty container that acce
77

88
You'll need the following dependencies:
99

10-
* libgala-dev
10+
* libgala-dev >= 8.3.0
1111
* libgee-0.8-dev
1212
* libglib2.0-dev
1313
* libgranite-dev >= 5.4.0

wingpanel-interface/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif
5959

6060
mutter_typelib_dir = libmutter_dep.get_variable('typelibdir')
6161

62-
gala_dep = dependency('gala')
62+
gala_dep = dependency('gala', version: '>= 8.3.0')
6363
m_dep = meson.get_compiler('c').find_library('m', required: false)
6464

6565
shared_module(

0 commit comments

Comments
 (0)