From: Martin Jansa Date: Sat, 5 Oct 2013 12:23:04 +0000 (+0200) Subject: telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity X-Git-Tag: 2015-4~4962 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8268ce9997e77a4ef6aa990ca7566cf3ed14c746;p=openembedded-core.git telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb index aa776a1cbf..f1a1320836 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb @@ -14,6 +14,14 @@ SRC_URI[sha256sum] = "88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4 inherit autotools pkgconfig pythonnative +PACKAGECONFIG ??= "" +PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower" + +# to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both +PACKAGECONFIG[connectvity] = ",--with-connectivity=no" +PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman" +PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" + PACKAGES =+ " \ libmissioncontrol \ libmissioncontrol-config \