Skip to content

Commit 809a4b2

Browse files
committed
meson enable sdl3
1 parent 48cd5d9 commit 809a4b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ project('Cortex-Command-Community-Project', ['cpp','c'], subproject_dir: 'extern
33
#### Build environment Setup ####
44

55
compiler = meson.get_compiler('cpp')
6+
cmake = import('cmake')
67
deps=[]
78

89
elfname = 'CortexCommand'
@@ -191,8 +192,8 @@ endif
191192
#### Platform Common External Libraries ####
192193
if host_machine.system() in ['linux','darwin']
193194
deps += [
194-
dependency(['sdl2']),
195-
dependency('SDL2_image'),
195+
dependency(['sdl3']),
196+
dependency('SDL3_image'),
196197
dependency('flac'),
197198
dependency('minizip'),
198199
dependency('threads'),

0 commit comments

Comments
 (0)