Skip to content

Commit a72cb08

Browse files
ryonakanostsdc
authored andcommitted
meson: Require gtk+-3.0 explicitly
1 parent 282b1fd commit a72cb08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Indicator/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ source_indicator_files = [
1414
]
1515

1616
wingpanel_dep = dependency('wingpanel', version: '>=2.1.0')
17+
gtk_dep = dependency('gtk+-3.0')
1718

1819
indicator_dependencies = [
19-
wingpanel_dep
20+
wingpanel_dep,
21+
gtk_dep
2022
]
2123

2224
shared_module(

0 commit comments

Comments
 (0)