summaryrefslogtreecommitdiffstats
path: root/rules/connman.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-02-04 11:05:02 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-02-04 11:05:02 +0000
commit59c239a22419a65219b3722ecc08325c3427e886 (patch)
tree09ecab5a4819a7e58e5ecb3baa815e79467d8369 /rules/connman.in
parent3515a00c4599340e39870290b279221f3fcf9b8c (diff)
downloadptxdist-59c239a22419a65219b3722ecc08325c3427e886.tar.gz
ptxdist-59c239a22419a65219b3722ecc08325c3427e886.tar.xz
* connman: fix dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9721 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/connman.in')
-rw-r--r--rules/connman.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/connman.in b/rules/connman.in
index bfb2a7cf7..243e2fd50 100644
--- a/rules/connman.in
+++ b/rules/connman.in
@@ -4,7 +4,9 @@ menuconfig CONNMAN
tristate
select LIBC_RT
select LIBC_PTHREAD
- select POLICYKIT
+ select DBUS
+ select UDEV if CONNMAN_UDEV
+ select POLICYKIT if CONNMAN_POLKIT
# FIXME: glib dependency not handled by configure
select GLIB
# FIXME: we need a dependency on GLIB__VERSION_2_19, but if we enforce