From aac3ed0fbd7d0249ff56cd2b17efaa2e9c4fdbb0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 7 Nov 2018 07:40:54 -0800 Subject: [PATCH] The Debian maintainers aren't using these rules, so enable dynamic loading of shared libraries by default for the Steam Linux Runtime Also enabled webp support, if detected at build time --- debian/rules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index df91baa8..b928ade5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,12 @@ #!/usr/bin/make -f -confflags = --disable-webp --disable-jpg-shared --disable-png-shared --disable-tif-shared +confflags = + +# These flags can be used to create a package with runtime dependencies +# --disable-jpg-shared \ +# --disable-png-shared \ +# --disable-tif-shared \ +# --disable-webp-shared %: dh $@ --with autoreconf --parallel