Skip to content

Commit

Permalink
The Debian maintainers aren't using these rules, so enable dynamic lo…
Browse files Browse the repository at this point in the history
…ading of shared libraries by default for the Steam Linux Runtime
  • Loading branch information
slouken committed Nov 7, 2018
1 parent 9665a50 commit 44c5d80
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions debian/rules
Expand Up @@ -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
Expand Down

0 comments on commit 44c5d80

Please sign in to comment.