summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2018-11-07 07:38:11 -0800
committerSam Lantinga <slouken@libsdl.org>2018-11-07 07:38:11 -0800
commitf1a49951626d7b95b5dab6b7df00c6f372b868a7 (patch)
tree05124566ce4625daf74cc41fcce296f713fc0e2a /debian
parent813f96e328374b1bf488dc9316211c6fbb917c32 (diff)
downloadsdl-f1a49951626d7b95b5dab6b7df00c6f372b868a7.tar.gz
The Debian maintainers aren't using these rules, so enable dynamic loading of shared libraries by default for the Steam Linux Runtime
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules9
1 files 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