1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-01 13:23:07 +02:00

Merge branch 'zbrown/fix-4ce58df8' into 'main'

codegen: install codegen, not just the wrapper

Closes 

See merge request 
This commit is contained in:
Philip Withnall 2023-11-01 14:22:29 +00:00
commit 5ff31ae57d

@ -41,6 +41,7 @@ foreach f : gdbus_codegen_files
# Copy these into the builddir so that gdbus-codegen can be used uninstalled # 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 # and then install it too so that it can be used after installation
gdbus_codegen_built_targets += fs.copyfile(f, f, gdbus_codegen_built_targets += fs.copyfile(f, f,
install : true,
install_dir : codegen_dir, install_dir : codegen_dir,
install_tag : 'bin-devel') install_tag : 'bin-devel')
endforeach endforeach