Skip to content

Commit

Permalink
missed from r22711
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@22713 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 15, 2019
1 parent 59a1970 commit 560ba46
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 @@ -1987,7 +1987,7 @@ def osx_pkgconfig(*pkgs_options, **ekw):

#special case for client: cannot use toggle_packages which would include gtk3, etc:
if client_ENABLED:
add_modules("xpra.client", "xpra.client.mixins")
add_modules("xpra.client", "xpra.client.mixins", "xpra.client.auth")
add_modules("xpra.scripts.gtk_info")
add_modules("xpra.scripts.show_webcam")
if gtk2_ENABLED or gtk3_ENABLED:
Expand Down

0 comments on commit 560ba46

Please sign in to comment.