mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-11 17:36:44 -04:00
meson.build: require native gtkdoc
this fixes: | Run-time dependency gtk-doc found: NO (tried pkgconfig) | | ../git/meson.build:206:13: ERROR: Dependency "gtk-doc" not found, tried pkgconfig Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
committed by
Simon McVittie
parent
0402e1614c
commit
28c08413dc
@@ -203,7 +203,7 @@ appstream_dep = dependency('appstream', version : '>=0.12.0')
|
||||
gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0')
|
||||
libseccomp_dep = dependency('libseccomp', required : get_option('seccomp'))
|
||||
gir_dep = dependency('gobject-introspection-1.0', version : '>=1.40.0', required : get_option('gir'))
|
||||
gtkdoc_dep = dependency('gtk-doc', required : get_option('gtkdoc'))
|
||||
gtkdoc_dep = dependency('gtk-doc', required : get_option('gtkdoc'), native : true)
|
||||
build_gtk_doc = gtkdoc_dep.found()
|
||||
|
||||
wayland_client = dependency('wayland-client', required : get_option('wayland_security_context'))
|
||||
|
||||
Reference in New Issue
Block a user