]> git.proxmox.com Git - pve-libspice-server.git/commitdiff
explicitly en-/disable configure flags
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 4 Oct 2018 11:17:07 +0000 (13:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Oct 2018 11:55:01 +0000 (13:55 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/rules

index 0d9bea3eb0cec1c85244d4f13ec83d0303836048..2d439264b3ac0e8aa4022c54a2fa514a79b22592 100755 (executable)
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 override_dh_auto_configure:
-       ./configure --prefix=/usr --with-sasl --disable-smartcard --disable-celt051
+       ./configure --prefix=/usr --with-sasl --disable-smartcard --disable-celt051 --disable-gstreamer --enable-lz4
 
 %:
        dh $@  -with quilt --with autotools-dev