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)
|
- xcb-util (>= 0.3)
|
||||||
- Lua (>= 5.1)
|
- Lua (>= 5.1)
|
||||||
- cairo built with xcb support
|
- cairo built with xcb support
|
||||||
- pango and pangocairo
|
- pango and pangocairo (>= 1.19.3)
|
||||||
- libev
|
- libev
|
||||||
- Imlib2
|
- Imlib2
|
||||||
- dbus (optional, use -DWITH_DBUS=OFF with cmake to disable)
|
- 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
|
pkg_check_modules(AWESOME_REQUIRED REQUIRED
|
||||||
glib-2.0
|
glib-2.0
|
||||||
cairo
|
cairo
|
||||||
pango
|
pango>=1.19.3
|
||||||
pangocairo
|
pangocairo>=1.19.3
|
||||||
x11-xcb
|
x11-xcb
|
||||||
xcb-randr
|
xcb-randr
|
||||||
xcb-xinerama
|
xcb-xinerama
|
||||||
|
|
Loading…
Reference in New Issue