Skip to content
Snippets Groups Projects
Commit 0bf61ad5 authored by Elizabeth Fischer's avatar Elizabeth Fischer
Browse files

libxcb: Added comments on two dependencies Spack does not yet know how to build.

parent f5a77d39
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ class Libxcb(Package):
depends_on("python")
depends_on("xcb-proto")
# depends_on('pthread') # Ubuntu: apt-get install libpthread-stubs0-dev
# depends_on('xau') # Ubuntu: apt-get install libxau-dev
def patch(self):
filter_file('typedef struct xcb_auth_info_t {', 'typedef struct {', 'src/xcb.h')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment