]> git.sur5r.net Git - i3/i3/commit - libi3/draw_util.c
Remove conditional compilation for cairo/pangocairo (#2480)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Tue, 27 Sep 2016 19:57:00 +0000 (12:57 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2016 19:57:00 +0000 (12:57 -0700)
commit0e73a6e9e7dcc0a01b8666f85bc279a72f7c5936
treec3ee6691d3a442da72b7e7604c61ace23672a4b8
parenta15ce8cb8dddf118ed27deb79eb5d1b4103e8303
Remove conditional compilation for cairo/pangocairo (#2480)

We strive to avoid conditional compilation in i3 as much as possible.
cairo and pangocairo have been around long enough in the versions that
we need that it’s time to unconditionally depend on them.

Also update DEPENDS with the last-known-good-versions while at it.
DEPENDS
common.mk
debian/control
include/libi3.h
libi3/draw_util.c
libi3/font.c
libi3/string.c
src/util.c