Skip to content
Commit 1be6aae4 authored by Eric Kow's avatar Eric Kow Committed by Vladimír Čunát
Browse files

darwin x11/opengl: only copy subset of files (close #1165)

Copy only the pc files related to X11 and OpenGL.

This should allow us to build our own version of libraries like
cairo without having the native ones be accidentally dynamically
linked in to things that depend on them.

Before this patch if we `dyldinfo -dylibs libpangocairo` we can
see that it was dynamically linked against the OS X (but seemingly
built against include files from the nix one, as we would get a
runtime complaint about missing symbols)
parent 0eeee298
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment