Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2011-03-01 23:07:29 +0300
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2011-03-01 23:07:29 +0300
commit3002e22c92dee8321c80fadf6af982049131a1f5 (patch)
tree264fb7da4dd6c11c52ff7b4fd8ccdd7c81bfb86a /packages
parent8efb0f698aa83a2afe0b3272acbbbea9ece56238 (diff)
packages: Disable HAL support in banshee
Diffstat (limited to 'packages')
-rw-r--r--packages/banshee.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/banshee.py b/packages/banshee.py
index 4a2932a..754370e 100644
--- a/packages/banshee.py
+++ b/packages/banshee.py
@@ -16,6 +16,7 @@ class BansheePackage (Package):
]
self.configure_flags.extend ([
+ '--disable-hal',
'--disable-mtp',
'--disable-daap',
'--disable-ipod',