Re: [PATCH] gnu: Enable polkit for connman

2017-01-02 Thread Ludovic Courtès
Hi! Mathieu OTHACEHE skribis: > Connman was compiled without polkit support due to this error message during > configure phase : > > pkg-config cannot find polkit.pc > > It is a meaningless error produced by the following lines in > connman/configure.ac : > > POLKIT_DATADIR="`$PKG_CONFIG -

[PATCH] gnu: Enable polkit for connman

2017-01-01 Thread Mathieu OTHACEHE
Connman was compiled without polkit support due to this error message during configure phase : pkg-config cannot find polkit.pc It is a meaningless error produced by the following lines in connman/configure.ac : POLKIT_DATADIR="`$PKG_CONFIG --variable=actiondir polkit`" POLKIT_DA