Skip to content

Commit

Permalink
Merge pull request #138 from lvillani/adjust-xcb-exclude-regexp
Browse files Browse the repository at this point in the history
Adjust libxcb exclusion pattern to actually exclude all of XCB.
  • Loading branch information
matysek committed Jun 11, 2014
2 parents 228e5ef + 226ba24 commit c508ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyInstaller/depend/dylib.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# libxcb changes ABI frequently (e.g.: between Ubuntu LTS releases) and is
# usually installed as dependency of the graphics stack anyway. No need to
# bundle it.
r'/libxcb\..*': 1,
r'/libxcb.*\.so\..*': 1,
}

_aix_excludes = {
Expand Down

0 comments on commit c508ad3

Please sign in to comment.