File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
.github/actions/install-linux-deps Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 20
20
sudo apt-get install --no-install-recommends \
21
21
build-essential git make \
22
22
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
23
- libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
23
+ libaudio-dev libfreetype-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
24
24
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev \
25
25
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \
26
26
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev \
Original file line number Diff line number Diff line change @@ -65,8 +65,16 @@ use-pkg-config = ["sdl3-sys/use-pkg-config"]
65
65
use-vcpkg = [" sdl3-sys/use-vcpkg" ]
66
66
static-link = [" sdl3-sys/link-static" ]
67
67
link-framework = [" sdl3-sys/link-framework" ]
68
- build-from-source = [" sdl3-sys/build-from-source" , " sdl3-image-sys/build-from-source" ]
69
- build-from-source-static = [" sdl3-sys/build-from-source-static" , " sdl3-image-sys/build-from-source-static" ]
68
+ build-from-source = [
69
+ " sdl3-sys/build-from-source" ,
70
+ " sdl3-image-sys/build-from-source" ,
71
+ " sdl3-ttf-sys/build-from-source" ,
72
+ ]
73
+ build-from-source-static = [
74
+ " sdl3-sys/build-from-source-static" ,
75
+ " sdl3-image-sys/build-from-source-static" ,
76
+ " sdl3-ttf-sys/build-from-source-static" ,
77
+ ]
70
78
build-from-source-unix-console = [" sdl3-sys/sdl-unix-console-build" ]
71
79
ash = [" sdl3-sys/use-ash-v0-38" ]
72
80
default = []
You can’t perform that action at this time.
0 commit comments