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 09e4818 commit 7232826Copy full SHA for 7232826
docs/meson.build
@@ -20,10 +20,9 @@ basic_command = [
20
'--pkg', 'gio-unix-2.0',
21
'--pkg', 'gmodule-2.0',
22
'--pkg', 'posix',
23
- '--pkg', 'libcanberra',
24
'--pkg', 'sqlite3',
25
'--pkg', 'libsystemd',
26
- '--pkg', 'granite',
+ '--pkg', 'granite-7',
27
'--pkg', 'config',
28
vala_flags,
29
'--vapidir=' + join_paths(meson.build_root(), 'lib'),
@@ -49,7 +48,7 @@ all_doc_target = custom_target(
49
48
command: [
50
basic_command,
51
'--internal',
52
53
'--pkg', 'gnome-desktop-4',
54
55
'--pkg', 'wayland-server',
0 commit comments