summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-10-05 14:23:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:55:23 +0100
commitf4d3a3dc329a854aae7ac8830e1bdfb94747b1d9 (patch)
tree190b89d22f0acf69a89fdbfcccfc7d46df4d4526 /meta/recipes-connectivity/telepathy
parent73cf58d1a59c17e7d42cfcd1f152562af2429b55 (diff)
downloadpoky-f4d3a3dc329a854aae7ac8830e1bdfb94747b1d9.tar.gz
telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity
(From OE-Core rev: 8268ce9997e77a4ef6aa990ca7566cf3ed14c746) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
-rw-r--r--meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb8
1 files changed, 8 insertions, 0 deletions
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
14 14
15inherit autotools pkgconfig pythonnative 15inherit autotools pkgconfig pythonnative
16 16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower"
19
20# to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both
21PACKAGECONFIG[connectvity] = ",--with-connectivity=no"
22PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman"
23PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager"
24
17PACKAGES =+ " \ 25PACKAGES =+ " \
18 libmissioncontrol \ 26 libmissioncontrol \
19 libmissioncontrol-config \ 27 libmissioncontrol-config \