From 44c5d803ba0428d8261a65f53db2cd96cbe56a68 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 7 Nov 2018 07:38:11 -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 --- debian/rules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 4bde8f325..6194e5f5e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,9 +4,12 @@ DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) confflags = --disable-rpath --disable-video-directfb \ - --disable-nas --disable-esd --disable-arts \ - --disable-alsa-shared --disable-pulseaudio-shared \ - --disable-x11-shared + --disable-nas --disable-esd --disable-arts + +# These flags can be used to create a package with runtime dependencies +# --disable-alsa-shared \ +# --disable-pulseaudio-shared \ +# --disable-x11-shared %: dh $@ --parallel