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

debian: Allow building with only libcapsule-tools-relocatable installed


The Steam Runtime 2 'soldier' SDK only includes the relocatable version,
and there's no real reason why we can't accept either.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent c5171f3f
No related branches found
No related tags found
1 merge request!174Fix CI failure, etc.
......@@ -9,7 +9,7 @@ Build-Depends:
gcc (>= 4:4.8) | gcc-4.8,
glslang-tools,
gtk-doc-tools <!nodoc>,
libcapsule-tools,
libcapsule-tools | libcapsule-tools-relocatable,
libelf-dev,
libgl1-mesa-dev | libgl-dev,
libglib2.0-dev,
......
......@@ -110,6 +110,7 @@ override_dh_link:
:
install -d $(relocatable_pkglibdir)
ln -fnsv ../libsteam-runtime-tools-0.so.0 $(relocatable_pkglibdir)
export PATH=/usr/lib/libcapsule/relocatable:$$PATH; \
LD_LIBRARY_PATH='$(DESTDIR)/usr/$(libdir)' \
$(DEB_HOST_MULTIARCH)-capsule-capture-libs \
--container / \
......
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