From e2433308c465df3dd6fd6c34b893ca36da050e39 Mon Sep 17 00:00:00 2001 From: Zander Brown Date: Fri, 27 Oct 2023 04:21:58 +0100 Subject: [PATCH] codegen: install codegen, not just the wrapper Turns out, wasn't jhbuild this time Fix: 4ce58df8540f25f823418a1d45ddb07ada52ec22 --- gio/gdbus-2.0/codegen/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gdbus-2.0/codegen/meson.build b/gio/gdbus-2.0/codegen/meson.build index 984698e2f..6d19cd4ba 100644 --- a/gio/gdbus-2.0/codegen/meson.build +++ b/gio/gdbus-2.0/codegen/meson.build @@ -41,6 +41,7 @@ foreach f : gdbus_codegen_files # Copy these into the builddir so that gdbus-codegen can be used uninstalled # and then install it too so that it can be used after installation gdbus_codegen_built_targets += fs.copyfile(f, f, + install : true, install_dir : codegen_dir, install_tag : 'bin-devel') endforeach