summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-10-16 07:31:56 +0200
committerThomas Haller <thaller@redhat.com>2018-12-20 13:50:34 +0100
commit4b32bbc8201730ab4dd5f56868caa0e9982444de (patch)
tree891c9de1073b27f5910ac0fbda1b44df3f52f529 /contrib
parent3db4d3acebc17ba29f303aaaa561271c94372249 (diff)
downloadNetworkManager-4b32bbc8201730ab4dd5f56868caa0e9982444de.tar.gz
build: meson: Remove polkit_dir option
meson is able to get variables defined in pkg-config files such as directory paths. PolicyKit defines in its pkg-config file the path to the directory where `policy` files are present. This removes the `polkit_dir` option to ease the move to start using those variables. The `polkit` variable has also been converted to boolean. Fedora spec script has also been updated accordingly.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index b7068bae37..b965ccc89c 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -530,7 +530,7 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
-Dovs=false \
%endif
-Dselinux=true \
- -Dpolkit=yes \
+ -Dpolkit=true \
-Dpolkit_agent=true \
-Dmodify_system=true \
-Dconcheck=true \