diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-12 10:52:41 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-12 10:52:41 +0200 |
commit | f5c5e5a246e58ebdeeccde80fc451ddcfc0349e4 (patch) | |
tree | bed58ef12c79cc3194d05a69c95a3e5b2d4bf81c /debian/rules | |
parent | 736573a8db4bd098da28a4831ce4c601f880aacd (diff) |
d/rules: Replace the --enable-avahi option with an --with-avahi
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8bab3c0..4da0191 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ endif --enable-static \ --enable-pthread \ --with-gphoto2 \ - --enable-avahi \ + --with-avahi \ --enable-pnm-backend \ --with-usb \ --without-v4l \ |