diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 15f285b..0473058 100644 --- a/meson.build +++ b/meson.build @@ -60,6 +60,10 @@ install_data( files('com.dec05eba.gpu_screen_recorder.desktop'), install_dir : join_paths(get_option('prefix'), get_option('datadir'), 'applications'), ) +install_data( + files('com.dec05eba.gpu_screen_recorder.metainfo.xml'), + install_dir : join_paths(get_option('prefix'), get_option('datadir'), 'metainfo'), +) install_subdir('icons/hicolor', install_dir : join_paths(get_option('prefix'), get_option('datadir'), 'icons')) gnome = import('gnome') |
