diff options
Diffstat (limited to 'data/meson.build')
-rw-r--r-- | data/meson.build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/meson.build b/data/meson.build index 798ea38..9c17f0f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -28,12 +28,5 @@ i18n.merge_file(input : 'org.gnome.Shotwell-Viewer.desktop.in', install : true, install_dir : join_paths(get_option('datadir'), 'applications')) -i18n.merge_file(input : 'org.gnome.Shotwell-Profile-Browser.desktop.in', - output: 'org.gnome.Shotwell-Profile-Browser.desktop', - po_dir : podir, - type : 'desktop', - install : true, - install_dir : join_paths(get_option('datadir'), 'applications')) - shotwell_resources = gnome.compile_resources('shotwell-resources', 'org.gnome.Shotwell.gresource.xml') |