You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
383 B

appdata_file = 'com.antergos.lightdm-webkit2-greeter.appdata.xml'
install_data(
'com.antergos.lightdm-webkit2-greeter.desktop',
install_dir: get_option('with-desktop-dir')
)
install_data(
'lightdm-webkit2-greeter.conf',
install_dir: get_option('with-config-dir')
)
install_data(
appdata_file,
install_dir: join_paths(get_option('datadir'), 'metainfo', appdata_file)
)