Skip to content

Commit

Permalink
compare with the variant, not distro name
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 15, 2021
1 parent 1a0adc6 commit c115f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/xpra/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXTRA_BUILDOPTS := --without-csc_swscale --without-enc_ffmpeg --without-dec_avco
endif
# Disable CUDA on Ubuntu Impish and Debian Sid
# (nvcc fails to compile with the new glibc headers: #3293)
dvariant := $(shell lsb_release -is)
dvariant := $(shell lsb_release -cs)
ifeq ($(dvariant),impish)
EXTRA_BUILDOPTS := --without-nvenc
endif
Expand Down

0 comments on commit c115f15

Please sign in to comment.