summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-09 15:48:54 +0100
committerder richter <der.richter@gmx.de>2024-03-14 23:33:15 +0100
commitf3e5fea4f55e21f2f29874552a547fd5c75e629d (patch)
tree6134423c6732278fc4e4fc7f1e2c277e4ead1f3e /meson.build
parent5dd2d19519a31998f2bea5c697a11d8c547b1e70 (diff)
downloadmpv-f3e5fea4f55e21f2f29874552a547fd5c75e629d.tar.bz2
mpv-f3e5fea4f55e21f2f29874552a547fd5c75e629d.tar.xz
mac/events: move input ctx related functionality into new input helper
preparation for mac/events cleanup and single responsibility principle. all functions are thread safe.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f458b1fa66..159d1feebc 100644
--- a/meson.build
+++ b/meson.build
@@ -1513,6 +1513,7 @@ features += {'swift': swift.allowed()}
swift_sources = []
if features['cocoa'] and features['swift']
swift_sources += files('osdep/mac/libmpv_helper.swift',
+ 'osdep/mac/input_helper.swift',
'osdep/mac/log_helper.swift',
'osdep/mac/mpv_helper.swift',
'osdep/mac/menu_bar.swift',