libxcb: Added comments on two dependencies Spack does not yet know how to build.
This commit is contained in:
parent
f5a77d3958
commit
0bf61ad57b
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user