summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-29 15:48:36 +0100
committerder richter <der.richter@gmx.de>2024-04-01 22:13:39 +0200
commitb7c5b26d35f9ba4e8776c63be69fd4aefd1afb3c (patch)
treea885c51965b386654fbdacdb2c71a64d6bc4cc84 /meson.build
parenta140d2788c33e729c4a0867c69cfe596458653dc (diff)
downloadmpv-b7c5b26d35f9ba4e8776c63be69fd4aefd1afb3c.tar.bz2
mpv-b7c5b26d35f9ba4e8776c63be69fd4aefd1afb3c.tar.xz
mac/app: rewrite Application class in swift
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0715254c65..a5aedb3800 100644
--- a/meson.build
+++ b/meson.build
@@ -1532,7 +1532,8 @@ features += {'swift': swift.allowed()}
swift_sources = []
if features['cocoa'] and features['swift']
- swift_sources += files('osdep/mac/app_hub.swift',
+ swift_sources += files('osdep/mac/application.swift',
+ 'osdep/mac/app_hub.swift',
'osdep/mac/event_helper.swift',
'osdep/mac/input_helper.swift',
'osdep/mac/libmpv_helper.swift',