diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-19 15:19:32 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-19 15:19:32 +0100 |
commit | 49c7cea2b762d765c92aa679fc5fefea34c8f756 (patch) | |
tree | 8c23e4bfbc0cf2648422fdbea51bfc92b30e4b85 /debian/rules | |
parent | 707c78aefac5133c3f8bfb831f4c94d56b5b5488 (diff) |
enable build of the pnm backend
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3647468..cda6224 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,8 @@ override_dh_auto_configure: --with-gphoto2 \ --enable-translations \ --enable-avahi \ - --enable-libusb_1_0 + --enable-libusb_1_0 \ + --enable-pnm-backend override_dh_auto_build: # generate POT file for translators |