Merge pull request #729 from citibeth/efischer/160403-LibxcbDependency

libxcb: Added comments on two dependencies Spack does not yet know ho…
This commit is contained in:
Todd Gamblin
2016-04-04 10:13:45 -07:00

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