Skip to content

Commit

Permalink
#598: bundle pycups on osx
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8812 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 22, 2015
1 parent a08fe89 commit cf3d50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ def run(self):
#pyobjc needs email.parser
external_excludes.remove("email")
external_excludes.remove("urllib")
external_includes += ["email", "uu", "urllib", "objc"]
external_includes += ["email", "uu", "urllib", "objc", "cups"]
#OSX package names (ie: gdk-x11-2.0 -> gdk-2.0, etc)
PYGTK_PACKAGES += ["gdk-2.0", "gtk+-2.0"]
add_packages("xpra.platform.darwin")
Expand Down

0 comments on commit cf3d50e

Please sign in to comment.