Skip to content

Commit

Permalink
meson.build: do not install generated gdbus header file
Browse files Browse the repository at this point in the history
There is no reason to install the header file since the generated source
file and the generated methods are only used internally.

For external use, we have the 'de.pengutronix.rauc.Installer.xml' file
that can be used by the code generator of choice.

Signed-off-by: Enrico Joerns <[email protected]>
  • Loading branch information
ejoerns committed Oct 11, 2023
1 parent 94523a6 commit 3b61454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ dbus_sources = gnome.gdbus_codegen(
sources : dbus_ifaces,
interface_prefix : 'de.pengutronix.rauc.',
namespace : 'R',
install_header : true,
)

config_h = configure_file(
Expand Down

0 comments on commit 3b61454

Please sign in to comment.