bubblewrap/tests/use-as-subproject
Simon McVittie 7d54d050a2 meson: Add options to set a RPATH/RUNPATH on the bwrap executable
This is useful when building a self-contained, relocatable tree
containing a build of bubblewrap and all of its non-glibc dependencies
(in practice this means libcap and maybe libselinux), as is done in
the Steam container runtime. A RPATH/RUNPATH pointing to ${ORIGIN}/../lib
allows bwrap to find an adjacent, bundled copy of libcap.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-05-16 10:19:24 +02:00
..
.gitignore Add a Meson build system 2022-02-18 10:42:55 +00:00
assert-correct-rpath.py meson: Add options to set a RPATH/RUNPATH on the bwrap executable 2022-05-16 10:19:24 +02:00
config.h Add a Meson build system 2022-02-18 10:42:55 +00:00
dummy-config.h.in Add a Meson build system 2022-02-18 10:42:55 +00:00
meson.build meson: Add options to set a RPATH/RUNPATH on the bwrap executable 2022-05-16 10:19:24 +02:00
README Add a Meson build system 2022-02-18 10:42:55 +00:00

This is a simple example of a project that uses bubblewrap as a
subproject. The intention is that if this project can successfully build
bubblewrap as a subproject, then so could Flatpak.