Skip to content

Commit

Permalink
Used confflags +=, so each option can be enabled individually, if des…
Browse files Browse the repository at this point in the history
…ired
  • Loading branch information
slouken committed Nov 7, 2018
1 parent aac3ed0 commit aad0314
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions debian/rules
Expand Up @@ -2,11 +2,11 @@

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
# These flags can be used to create a package directly linking with external libraries and having the appropriate package dependencies
#confflags += --disable-jpg-shared
#confflags += --disable-png-shared
#confflags += --disable-tif-shared
#confflags += --disable-webp-shared

%:
dh $@ --with autoreconf --parallel
Expand Down

0 comments on commit aad0314

Please sign in to comment.