Skip to content
Snippets Groups Projects
Commit 176b9feb authored by Denis Davydov's avatar Denis Davydov
Browse files

libxcb: add missing dependencies

parent 17f696d3
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ class Libxcb(Package): ...@@ -13,6 +13,7 @@ class Libxcb(Package):
version('1.11.1', '118623c15a96b08622603a71d8789bf3') version('1.11.1', '118623c15a96b08622603a71d8789bf3')
depends_on("python") depends_on("python")
depends_on("xcb-proto") depends_on("xcb-proto")
depends_on("pkg-config")
# depends_on('pthread') # Ubuntu: apt-get install libpthread-stubs0-dev # depends_on('pthread') # Ubuntu: apt-get install libpthread-stubs0-dev
# depends_on('xau') # Ubuntu: apt-get install libxau-dev # depends_on('xau') # Ubuntu: apt-get install libxau-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment