summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2016-04-10 10:27:57 -0700
committerRJ Ryan <rryan@mixxx.org>2016-04-10 10:27:57 -0700
commit05effbd3537d1ddc6ae613fff4553a7d9325b855 (patch)
tree5fb3121e7b3df0779b77b7c953e528c32245e198 /SConstruct
parentfb73678d8c572d5555f79c9dfc36367c345aa7c4 (diff)
Make battery meter an optional feature.
Travis does not support upower-glib-dev yet -- it was added to the whitelist recently but does not seem to work. I disabled battery support on the Travis build until this is fixed.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 8c7180cfe1..df706c5848 100644
--- a/SConstruct
+++ b/SConstruct
@@ -56,6 +56,7 @@ available_features = [features.Mad,
features.ColorDiagnostics,
features.AddressSanitizer,
features.LocaleCompare,
+ features.Battery,
# "Features" of dubious quality
features.PerfTools,