Missing "mesa" in ignore list

This commit is contained in:
Guillaume Bouchard 2017-09-16 14:22:46 +02:00
parent c17063d377
commit 23acee6ede

2
nixGL
View File

@ -6,7 +6,7 @@ import subprocess
# Any rpath with this pattern is ignored
# TODO: perhaps libOpenGL.so in nix exists in other packages, we
# should extend this list
ignored = [b'mesa-noglu']
ignored = [b'mesa-noglu', b'mesa']
# These are the list of system library which are added
# TODO: extend this list for other systems