]> git.proxmox.com Git - pve-libspice-server.git/blobdiff - debian/rules
replace CELT with libopus
[pve-libspice-server.git] / debian / rules
index 4d95b45ab87c14ab2ccc83429a74641afd8a90ef..0d9bea3eb0cec1c85244d4f13ec83d0303836048 100755 (executable)
@@ -4,11 +4,7 @@
 #export DH_VERBOSE=1
 
 override_dh_auto_configure:
-       CELT051_CFLAGS="-I$(CURDIR)"  CELT051_LIBS="-L$(CURDIR)/celt051/.libs -lcelt051 -lm" ./configure --prefix=/usr --with-sasl --disable-smartcard --enable-celt051
+       ./configure --prefix=/usr --with-sasl --disable-smartcard --disable-celt051
 
 %:
        dh $@  -with quilt --with autotools-dev
-
-override_dh_auto_install:
-       $(MAKE) -C celt-0.5.1.3 install DESTDIR=$(CURDIR)/debian/tmp
-       dh_auto_install