Skip to content

Commit

Permalink
missed from r5488
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@5493 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 18, 2014
1 parent 20f6658 commit 6760e74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,9 @@ def pkgconfig(*packages_options, **ekw):



#needed for both nvenc and csc_cuda:
toggle_packages(csc_nvcuda_ENABLED or nvenc_ENABLED, "xpra.codecs.cuda_common")

toggle_packages(csc_opencl_ENABLED, "xpra.codecs.csc_opencl")
toggle_packages(csc_nvcuda_ENABLED, "xpra.codecs.csc_nvcuda")
toggle_packages(enc_proxy_ENABLED, "xpra.codecs.enc_proxy")
Expand Down

0 comments on commit 6760e74

Please sign in to comment.