summaryrefslogtreecommitdiff
path: root/meson_post_install.py
Commit message (Collapse)AuthorAgeFilesLines
* build: Retrieve D-Bus and gio paths from pkg-config filesIñigo Martínez2018-08-111-1/+1
| | | | | | | | | | | | | | | D-Bus' session bus services' paths and gio's module's paths are hardcoded. However, these directories can be retrieved by checking this information from their pkgconfig files. This patch retrieves the paths for their correspondant pkgconfig files and uses those paths as installation directories. The options to set different directories for these options are not necessary anymore, so they have been removed. Finally, the post install script does not depend anymore on the existence of `gio-querymodules` and is always executed.
* build: Port to meson build systemIñigo Martínez2017-10-171-0/+9
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. https://bugzilla.gnome.org/show_bug.cgi?id=784910