0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/x11-packages/qemu-system-x86-64/0017-find-gdbus-codegen.patch
2023-05-08 20:43:45 +09:00

13 lines
492 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -530,8 +530,7 @@
gio = not_found
endif
if gio.found()
- gdbus_codegen = find_program(gio.get_variable('gdbus_codegen'),
- required: get_option('gio'))
+ gdbus_codegen = find_program('gdbus-codegen')
gio_unix = dependency('gio-unix-2.0', required: get_option('gio'),
method: 'pkg-config', kwargs: static_kwargs)
gio = declare_dependency(dependencies: [gio, gio_unix],