Skip to content

Commit 1ab8b97

Browse files
committed
sdl3(display): start compiling
1 parent 71dbbe6 commit 1ab8b97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src_c/meson.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ constants = py.extension_module(
2727
subdir: pg,
2828
)
2929

30-
# TODO: support SDL3
31-
if sdl_api != 3
3230
display = py.extension_module(
3331
'display',
3432
'display.c',
@@ -37,7 +35,6 @@ display = py.extension_module(
3735
install: true,
3836
subdir: pg,
3937
)
40-
endif
4138

4239
event = py.extension_module(
4340
'event',

0 commit comments

Comments
 (0)