diff options
| author | Michael Biebl <biebl@debian.org> | 2021-02-18 18:54:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-02-18 18:54:58 +0100 |
| commit | eca19fa2272137cfd38135376f8cbf6d0a2f2187 (patch) | |
| tree | 36d3cdb47cd2b3b367dced642667479007ffaf62 /config.h.meson | |
| parent | 16df93361dd8829fa730e08ce96650b499a59f70 (diff) | |
| parent | 3a56bce6c0ea7ba0fe269520547740783b342e0d (diff) | |
Update upstream source from tag 'upstream/1.30.0'
Update to upstream version '1.30.0' with Debian dir e4e3c5986af4d47930d9e35ac7d8bc6c70bd1dd9
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson index bb5458aa..a911dbe2 100644 --- a/config.h.meson +++ b/config.h.meson @@ -109,6 +109,9 @@ /* Define to the full name and version of this package. */ #mesondefine PACKAGE_STRING +/* path to polkit-agent-helper-1 binary */ +#mesondefine POLKIT_AGENT_HELPER_1_PATH + /* Path to resolvconf */ #mesondefine RESOLVCONF_PATH @@ -218,9 +221,6 @@ /* Define if you have oFono support (experimental) */ #mesondefine WITH_OFONO -/* Define the polkit agent package prefix */ -#mesondefine POLKIT_PACKAGE_PREFIX - /* Define if you have PPP support */ #mesondefine WITH_PPP |