Skip to content
Snippets Groups Projects
Commit 1c296913 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Require osmesa in sdl2 pkg-config

parent 18d1dd3c
No related branches found
No related tags found
No related merge requests found
...@@ -25,4 +25,7 @@ COOKBOOK_CONFIGURE_FLAGS=( ...@@ -25,4 +25,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
--enable-cdrom --enable-cdrom
) )
cookbook_configure cookbook_configure
# Hack to add OSMesa
sed -i "s/Requires:/Requires: osmesa >= 8.0.0/" "${COOKBOOK_STAGE}/lib/pkgconfig/sdl2.pc"
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment