Skip to content

Commit

Permalink
#1317 make sure that DEBs don't bring in unwanted dependencies on lib…
Browse files Browse the repository at this point in the history
…nvidia-fbc, exclude the cython module

git-svn-id: https://xpra.org/svn/Xpra/trunk@16495 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 24, 2017
1 parent fc740e2 commit 514564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS

override_dh_shlibdeps:
dh_shlibdeps -l /usr/lib/xpra
dh_shlibdeps -l /usr/lib/xpra -Xfbc_capture

override_dh_auto_install:
dh_auto_install --destdir=$(CURDIR)/debian/tmp -- $(BUILDOPTS)
Expand Down

0 comments on commit 514564c

Please sign in to comment.