summaryrefslogtreecommitdiffstats
path: root/e-17/e_dbus/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/e_dbus/CONFIGURE')
-rwxr-xr-xe-17/e_dbus/CONFIGURE33
1 files changed, 29 insertions, 4 deletions
diff --git a/e-17/e_dbus/CONFIGURE b/e-17/e_dbus/CONFIGURE
index 9927913101..c3f11f7063 100755
--- a/e-17/e_dbus/CONFIGURE
+++ b/e-17/e_dbus/CONFIGURE
@@ -1,8 +1,33 @@
+config_query_option EDBUS_EUKIT "Enable udisks and upower support?" y \
+ "--enable-eukit" "--disable-eukit" &&
+
config_query_option EDBUS_EHAL 'Enable Hardware Abstraction Layer support?' \
y '--enable-ehal' '--disable-ehal' &&
-config_query_option EDBUS_ENM 'Enable Network Monitor support?' y \
- '--enable-enm' '--disable-enm' &&
+config_query_option EDBUS_ENOTIFY 'Enable filesystem notify support?' y \
+ '--enable-enotify' '--disable-enotify' &&
+
+config_query_option EDBUS_EBLUEZ "Enable bluetooth support?" n \
+ "--enable-ebluez" "--disable-ebluez" &&
+
+config_query_option EDBUS_ECONNMAN "Enable connman support?" n \
+ "--enable-econnman" "--disable-econnman" &&
+
+config_query_option EDBUS_EOFONO "Enable ofono support?" n \
+ "--enable-eofono" "--disable-ofono"
+
+# --disable-edbus-bluez-test
+# disable building of edbus_bluez_test
+# --disable-edbus-connman-test
+# disable building of edbus_connman_test
+# --disable-edbus-notification-daemon-test
+# disable building of edbus_notification_daemon_test
+# --disable-edbus-notify-send
+# disable building of edbus_notify_send
+# --disable-edbus-notify-test
+# disable building of edbus_notify_test
+# --disable-edbus-ofono-test
+# disable building of edbus_ofono_test
+# --disable-edbus-ukit-test
+# disable building of edbus_ukit_test
-config_query_option EDBUS_ENOTIFY 'Enable filesystem notify support?' y \
- '--enable-enotify' '--disable-enotify'