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

This commit is contained in:
Elizabeth F 2016-04-03 16:35:36 -04:00 committed by citibeth
parent f5a77d3958
commit 0bf61ad57b

View File

@ -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')