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: ...@@ -9,7 +9,7 @@ Build-Depends:
gcc (>= 4:4.8) | gcc-4.8, gcc (>= 4:4.8) | gcc-4.8,
glslang-tools, glslang-tools,
gtk-doc-tools <!nodoc>, gtk-doc-tools <!nodoc>,
libcapsule-tools, libcapsule-tools | libcapsule-tools-relocatable,
libelf-dev, libelf-dev,
libgl1-mesa-dev | libgl-dev, libgl1-mesa-dev | libgl-dev,
libglib2.0-dev, libglib2.0-dev,
......
...@@ -110,6 +110,7 @@ override_dh_link: ...@@ -110,6 +110,7 @@ override_dh_link:
: :
install -d $(relocatable_pkglibdir) install -d $(relocatable_pkglibdir)
ln -fnsv ../libsteam-runtime-tools-0.so.0 $(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)' \ LD_LIBRARY_PATH='$(DESTDIR)/usr/$(libdir)' \
$(DEB_HOST_MULTIARCH)-capsule-capture-libs \ $(DEB_HOST_MULTIARCH)-capsule-capture-libs \
--container / \ --container / \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment