diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:35:01 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:49:48 +0100 |
| commit | 77dea84aa6e816f66dc622cec8ae2668eba3c068 (patch) | |
| tree | 755536a0ed1fb36c2899e9bff9e092c4008a25c4 /config.h.meson | |
| parent | 47f08826b44eed651b44dc8bacb5b46bc4c52067 (diff) | |
| parent | fd80297a396cc4dd7da4da20208fb360aa369aa7 (diff) | |
Merge branch 'debian/master' into ubuntu/master
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 |