diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2018-04-09 20:44:50 +0200 |
---|---|---|
committer | Iñigo Martínez <inigomartinez@gmail.com> | 2018-08-11 22:55:53 +0200 |
commit | 9f0651c795ad0f6cfa19e78baa661f940c94b6d2 (patch) | |
tree | 4aac77f2018747eb423ecd211c2aacc4cac04e9d /meson_options.txt | |
parent | 082a10cbadd6d7951d12c9b92aa5e1e7278f0068 (diff) | |
download | dconf-9f0651c795ad0f6cfa19e78baa661f940c94b6d2.tar.gz |
build: Retrieve D-Bus and gio paths from pkg-config files
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4599ada..76e88ea 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,2 @@ option('man', type: 'boolean', value: true, description: 'generate man pages') -option('gio_modules_dir', type: 'string', value: '', description: 'choose directory for the GIO module [default=LIBDIR/gio/modules]') -option('dbus_service_dir', type: 'string', value: '', description: 'choose directory for dbus service files [default=PREFIX/share/dbus-1/services]') -option('dbus_system_service_dir', type: 'string', value: '', description: 'choose directory for dbus system service files [default=PREFIX/share/dbus-1/system-services]') option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation') |