diff options
author | George Hartzell <hartzell@alerce.com> | 2017-10-05 15:53:12 -0700 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-05 16:53:12 -0600 |
commit | b9d7903cdb1a18b095c0f3e329407640d19908a2 (patch) | |
tree | 4123860ac9363e18a329ecc7a60b8536c87996c5 /LICENSE | |
parent | 17139b575d52f786967eaf75ddbbb089df7b25f3 (diff) | |
download | spack-b9d7903cdb1a18b095c0f3e329407640d19908a2.tar.gz spack-b9d7903cdb1a18b095c0f3e329407640d19908a2.tar.bz2 spack-b9d7903cdb1a18b095c0f3e329407640d19908a2.tar.xz spack-b9d7903cdb1a18b095c0f3e329407640d19908a2.zip |
Add link dependency on xproto to xau (recent dependency mechanics changes?) (#5624)
* Add link dependency on xproto to xau
The libxcb build was failing like so:
```
1 error found in build log:
[ ... ]
131 checking whether to build developer documentation... yes
132 checking for doxygen... /usr/bin/doxygen
133 checking for dot... /usr/bin/dot
134 checking for CHECK... no
135 checking for XCBPROTO... yes
136 checking for NEEDED... no
>> 137 configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met:
138
139 Package 'xproto', required by 'xau', not found
140
141 Consider adjusting the PKG_CONFIG_PATH environment variable if you
142 installed software in a non-standard prefix.
143
```
This adds a link dependency on libxproto that allows the libxcb build to
succeed.
* Change more build deps to build, link
These were also necessary for emacs+X to build.
* Fix flake8 complaint
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions