packagekit/etc/meson.build
Corentin Noël f144fbc20d Port to the meson build system
With much help from Martin Blanchard <tchaik@gmx.com> too, thanks to all.

https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting
2020-01-10 09:06:26 +00:00

6 lines
120 B
Meson

install_data(
'PackageKit.conf',
'Vendor.conf',
install_dir: join_paths(get_option('sysconfdir'), 'PackageKit')
)