1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/etc/meson.build
Jehan 817ee1c660 app, docs, etc.: transform menurc in shortcutsrc after an update.
Also get rid of various old references to menurc and don't install it anymore to
etc/ (neither the new shortcutsrc as it doesn't look like it brings much value
to do so).
2023-04-12 22:07:09 +02:00

21 lines
352 B
Meson

etcconf = configuration_data()
etcconf.set('mypaint_brushes_dir', mypaint_brushes_dir)
install_data(
[
'controllerrc',
configure_file(
input : 'gimprc.in',
output: 'gimprc',
configuration: etcconf,
),
'gimp.css',
'sessionrc',
'templaterc',
'toolrc',
'unitrc',
],
install_dir: gimpsysconfdir,
)