mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
build: add xproto dep
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
89700eeebe
commit
be77ae2f98
2 changed files with 3 additions and 1 deletions
1
README
1
README
|
@ -7,6 +7,7 @@ Requirements
|
|||
In order to build awesome itself, you need header files and libs of:
|
||||
- cmake (>= 2.6)
|
||||
- Xlib
|
||||
- xproto
|
||||
- xcb (>= 1.1)
|
||||
- xcb-util (>= 0.3)
|
||||
- Lua (>= 5.1)
|
||||
|
|
|
@ -142,7 +142,8 @@ pkg_check_modules(AWESOME_REQUIRED REQUIRED
|
|||
xcb-atom>=0.3.0
|
||||
xcb-keysyms>=0.3.0
|
||||
xcb-icccm>=0.3.0
|
||||
cairo-xcb)
|
||||
cairo-xcb
|
||||
xproto>=7.0.11)
|
||||
|
||||
if(NOT AWESOME_REQUIRED_FOUND OR NOT AWESOME_COMMON_REQUIRED_FOUND)
|
||||
message(FATAL_ERROR)
|
||||
|
|
Loading…
Reference in a new issue