Skip to content
Snippets Groups Projects
Commit b5a25248 authored by Simon McVittie's avatar Simon McVittie
Browse files

Add a proof-of-concept that uses GL from within a bwrap container


This doesn't actually use libcapsule yet, just a Frankenstein
LD_LIBRARY_PATH involving both the GL provider (normally the host)
and the container; but if you pass --gl-stack $dir where $dir
contains a libcapsule shim at lib/x86_64-linux-gnu/libGL.so.1,
it will be used.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent ac0fa215
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -202,7 +202,7 @@ test_extra_programs = tests/notgl-user \ ...@@ -202,7 +202,7 @@ test_extra_programs = tests/notgl-user \
tests_notgl_user_LDADD = tests/lib/libnotgl.la tests_notgl_user_LDADD = tests/lib/libnotgl.la
tests_notgl_helper_user_LDADD = tests/lib/libnotgl.la \ tests_notgl_helper_user_LDADD = tests/lib/libnotgl.la \
tests/lib/libhelper.la tests/lib/libhelper.la
test_extra_scripts = test_extra_scripts = tests/manual/gl.pl
test_programs = test_programs =
test_scripts = tests/notgl.pl test_scripts = tests/notgl.pl
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment