Skip to content

Commit 7232826

Browse files
committed
Update documentation packages
1 parent 09e4818 commit 7232826

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/meson.build

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ basic_command = [
2020
'--pkg', 'gio-unix-2.0',
2121
'--pkg', 'gmodule-2.0',
2222
'--pkg', 'posix',
23-
'--pkg', 'libcanberra',
2423
'--pkg', 'sqlite3',
2524
'--pkg', 'libsystemd',
26-
'--pkg', 'granite',
25+
'--pkg', 'granite-7',
2726
'--pkg', 'config',
2827
vala_flags,
2928
'--vapidir=' + join_paths(meson.build_root(), 'lib'),
@@ -49,7 +48,7 @@ all_doc_target = custom_target(
4948
command: [
5049
basic_command,
5150
'--internal',
52-
'--pkg', 'granite',
51+
'--pkg', 'granite-7',
5352
'--pkg', 'gnome-desktop-4',
5453
'--pkg', 'gmodule-2.0',
5554
'--pkg', 'wayland-server',

0 commit comments

Comments
 (0)