Skip to content

Commit

Permalink
#2127 skip bundling any gio modules for now, avoids warning
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21648 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 13, 2019
1 parent 14596ee commit 96bdb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,8 @@ def do_add_DLLs(*dll_names):
{"themes" : ["Default"]}
])
if gtk3_ENABLED or sound_ENABLED:
add_dir('lib', ["gio"])
#causes warnings:
#add_dir('lib', ["gio"])
packages.append("gi")
add_gi("Gio-2.0", "GIRepository-2.0", "Glib-2.0", "GModule-2.0",
"GObject-2.0")
Expand Down

0 comments on commit 96bdb18

Please sign in to comment.