From b4ab187a091c87a663388b4c367f422db9f7bb1c Mon Sep 17 00:00:00 2001 From: Moritz Kassner Date: Wed, 23 Apr 2014 12:38:09 +0200 Subject: [PATCH] linux compatibility fix form capture also applied to player bundle process --- deploy_player/bundle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_player/bundle.spec b/deploy_player/bundle.spec index db5b397c00..161634fc2a 100644 --- a/deploy_player/bundle.spec +++ b/deploy_player/bundle.spec @@ -55,7 +55,7 @@ elif platform.system() == 'Linux': console=True) coll = COLLECT(exe, - a.binaries, + [b for b in a.binaries if not "libX" in b[0] and not "libxcb" in b[0]], # any libX file should be taken from distro else not protable between Ubuntu 12.04 and 14.04 a.zipfiles, a.datas, [('methods.so', '../pupil_src/shared_modules/c_methods/methods.so','BINARY')],