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

Also enabled webp support, if detected at build time
  • Loading branch information
slouken committed Nov 7, 2018
1 parent 494c87b commit aac3ed0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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
Expand Down

0 comments on commit aac3ed0

Please sign in to comment.