pidgin/glade/meson.build

Wed, 16 Sep 2020 02:04:11 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Wed, 16 Sep 2020 02:04:11 -0500
changeset 40536
c0ea70247280
parent 39722
634c34c1abb4
child 41099
5f8b886eafce
permissions
-rw-r--r--

Switch join_paths and + to /.

Testing Done:
Ran `ninja install`, though didn't actually check the results.

Reviewed at https://reviews.imfreedom.org/r/121/

pidgin3_xml = configure_file(
    input : 'pidgin3.xml.in',
    output : 'pidgin3.xml',
    configuration : version_conf,
    install : true,
    install_dir : get_option('datadir') / 'glade/catalogs')

mercurial