Skip to content

Commit

Permalink
#1574: only ship hicolor icons
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17000 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 1, 2017
1 parent 8eba33c commit c284d42
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 @@ -1160,7 +1160,8 @@ def do_add_DLLs(*dll_names):
add_dir('lib', ["gdk-pixbuf-2.0", "gtk-3.0",
"libvisual-0.4", "p11-kit", "pkcs11"])
add_dir('share', ["fontconfig", "fonts", "glib-2.0", #add "dbus-1"?
"icons", "p11-kit", "xml",
"p11-kit", "xml",
{"icons" : ["hicolor"]},
{"locale" : ["en"]},
{"themes" : ["Default"]}
])
Expand Down

0 comments on commit c284d42

Please sign in to comment.