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:
MATSUU Takuto 2008-12-27 09:00:46 +09:00 committed by Julien Danjou
parent 74188a07df
commit aa38e717e6
2 changed files with 3 additions and 3 deletions

2
README
View File

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

View File

@ -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