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 5115146 commit 1caa5a6Copy full SHA for 1caa5a6
README.md
@@ -7,7 +7,7 @@ The extensible top panel for Pantheon. Wingpanel is an empty container that acce
7
8
You'll need the following dependencies:
9
10
-* libgala-dev
+* libgala-dev >= 8.3.0
11
* libgee-0.8-dev
12
* libglib2.0-dev
13
* libgranite-dev >= 5.4.0
wingpanel-interface/meson.build
@@ -59,7 +59,7 @@ endif
59
60
mutter_typelib_dir = libmutter_dep.get_variable('typelibdir')
61
62
-gala_dep = dependency('gala')
+gala_dep = dependency('gala', version: '>= 8.3.0')
63
m_dep = meson.get_compiler('c').find_library('m', required: false)
64
65
shared_module(
0 commit comments