From a255a78d7658ab5ffb439abc8685e806d17dd1ea Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 5 Jan 2020 14:14:42 +0100 Subject: meson: Cleanup the meson.build files * Replace `join_paths` with the `/` operator * Remove some unused config variables * Use `@BASENAME@` when it makes sense --- vapi/config.vapi | 2 -- 1 file changed, 2 deletions(-) (limited to 'vapi') diff --git a/vapi/config.vapi b/vapi/config.vapi index 2459e3b..6ba9bbb 100644 --- a/vapi/config.vapi +++ b/vapi/config.vapi @@ -13,7 +13,5 @@ public const string GETTEXT_PACKAGE; /* Configured paths - these variables are not present in config.h, they are * passed to underlying C code as cmd line macros. */ public const string LOCALEDIR; /* /usr/local/share/locale */ -public const string PKGDATADIR; /* /usr/local/share/gnome-contacts */ -public const string PKGLIBDIR; /* /usr/local/lib/gnome-contacts */ } -- cgit v1.2.1