mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
pidgin: explicitly disable nss
* sometimes it leaks from meta-chromium and breaks pidgin build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
require pidgin.inc
|
require pidgin.inc
|
||||||
PR = "${INC_PR}.1"
|
PR = "${INC_PR}.2"
|
||||||
|
|
||||||
DEPENDS += "farsight2 libidn"
|
DEPENDS += "farsight2 libidn"
|
||||||
|
|
||||||
@@ -19,4 +19,5 @@ EXTRA_OECONF += "\
|
|||||||
--disable-meanwhile \
|
--disable-meanwhile \
|
||||||
--disable-nm \
|
--disable-nm \
|
||||||
--disable-screensaver \
|
--disable-screensaver \
|
||||||
|
--enable-nss=no \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user