summaryrefslogtreecommitdiffstats
path: root/build/features.py
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-08 15:15:54 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-08 19:57:44 +0200
commit13c2d599470d3aed9ce58624cbba7b3cd5a1f9ba (patch)
treedbacee6f681faa85f0f464e552079b082913956d /build/features.py
parentd4ee3889e62e37870d6448216b6404354cc9ecea (diff)
controllers: Move savePreset() from Controller into Preset classes
Diffstat (limited to 'build/features.py')
-rw-r--r--build/features.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/features.py b/build/features.py
index 993d6a2824..ed9a80858d 100644
--- a/build/features.py
+++ b/build/features.py
@@ -100,6 +100,7 @@ class HID(Feature):
def sources(self, build):
sources = ['src/controllers/hid/hidcontroller.cpp',
+ 'src/controllers/hid/hidcontrollerpreset.cpp',
'src/controllers/hid/hidenumerator.cpp',
'src/controllers/hid/hidcontrollerpresetfilehandler.cpp']
@@ -707,7 +708,7 @@ class LiveBroadcasting(Feature):
# https://bugs.launchpad.net/mixxx/+bug/1833225
if not conf.CheckForPKG('shout', '2.4.4'):
self.INTERNAL_LINK = True
-
+
if not self.INTERNAL_LINK:
self.INTERNAL_LINK = not conf.CheckLib(['libshout', 'shout'])