Skip to content

Commit 0ac9931

Browse files
committed
Fix another build error for help/reference/shell/meson.build
It fixes error help/reference/shell/meson.build:16:6: ERROR: gnome.gtkdoc got unknown keyword arguments "cflags"
1 parent 7b16805 commit 0ac9931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help/reference/shell/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gnome.gtkdoc(
2424
ignore_headers: [libview_private_headers],
2525
dependencies: xreader_doc_deps,
2626
mkdb_args: ['--xml-mode', '--output-format=xml', '--name-space=ev'],
27-
cflags: '-DXREADER_COMPILATION',
27+
c_args: '-DXREADER_COMPILATION',
2828
fixxref_args: fixref_args,
2929
install: true,
3030
install_dir: meson.project_name(),

0 commit comments

Comments
 (0)