diff --git a/packaging/debian/xpra/rules b/packaging/debian/xpra/rules index 3862862e8d..51a7e78168 100755 --- a/packaging/debian/xpra/rules +++ b/packaging/debian/xpra/rules @@ -7,15 +7,12 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all ifneq (,$(filter i386,$(DEB_HOST_ARCH))) EXTRA_BUILDOPTS := --without-csc_swscale --without-enc_ffmpeg --without-dec_avcodec2 endif -# Disable CUDA on Ubuntu Impish and Debian Sid +# Disable CUDA on Ubuntu Impish # (nvcc fails to compile with the new glibc headers: #3293) OS_CODENAME := $(shell lsb_release -s -c) ifeq ($(OS_CODENAME),impish) EXTRA_BUILDOPTS := --without-nvenc endif -ifeq ($(OS_CODENAME),sid) -EXTRA_BUILDOPTS := --without-nvenc -endif BUILDOPTS= --without-Xdummy --without-Xdummy_wrapper --pkg-config-path=/usr/lib/xpra/pkgconfig --rpath=/usr/lib/xpra/ $(EXTRA_BUILDOPTS)