Require osmesa in sdl2 pkg-config

This commit is contained in:
Jeremy Soller 2023-01-12 21:18:15 -07:00
parent 18d1dd3c78
commit 1c29691390

View File

@ -25,4 +25,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
--enable-cdrom
)
cookbook_configure
# Hack to add OSMesa
sed -i "s/Requires:/Requires: osmesa >= 8.0.0/" "${COOKBOOK_STAGE}/lib/pkgconfig/sdl2.pc"
"""