Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/install-prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$X11_OS" = "Linux" ]; then
build_meson drm https://github.com/X11Libre/drm libdrm-2.4.121 -Domap=enabled
fi
build_meson libxcvt https://github.com/X11Libre/libxcvt libxcvt-0.1.0
build_ac xorgproto https://github.com/X11Libre/xorgproto xorgproto-2024.1
build_meson xorgproto https://github.com/X11Libre/xorgproto xorgproto-2024.1
if [ "$X11_OS" = "Darwin" ]; then
build_ac xset https://github.com/X11Libre/xset xset-1.2.5
fi
Expand Down