mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Require osmesa in sdl2 pkg-config
This commit is contained in:
parent
18d1dd3c78
commit
1c29691390
@ -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"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user