build: set minimum pango version required
pango_layout_set_height is implemented in pango-1.19.3. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
74188a07df
commit
aa38e717e6
2
README
2
README
|
@ -12,7 +12,7 @@ In order to build awesome itself, you need header files and libs of:
|
|||
- xcb-util (>= 0.3)
|
||||
- Lua (>= 5.1)
|
||||
- cairo built with xcb support
|
||||
- pango and pangocairo
|
||||
- pango and pangocairo (>= 1.19.3)
|
||||
- libev
|
||||
- Imlib2
|
||||
- dbus (optional, use -DWITH_DBUS=OFF with cmake to disable)
|
||||
|
|
|
@ -132,8 +132,8 @@ pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED
|
|||
pkg_check_modules(AWESOME_REQUIRED REQUIRED
|
||||
glib-2.0
|
||||
cairo
|
||||
pango
|
||||
pangocairo
|
||||
pango>=1.19.3
|
||||
pangocairo>=1.19.3
|
||||
x11-xcb
|
||||
xcb-randr
|
||||
xcb-xinerama
|
||||
|
|
Loading…
Reference in New Issue