Clean up module dependencies

This removes the check for imlib2 which we no longer use. This also removes a
check for oocairo because we got that one twice for some weird reason.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-09-29 22:01:23 +02:00
parent ad3e965e16
commit 06e11cd5d1
1 changed files with 0 additions and 2 deletions

View File

@ -133,7 +133,6 @@ pkg_check_modules(AWESOME_COMMON_REQUIRED REQUIRED
pkg_check_modules(AWESOME_REQUIRED REQUIRED
glib-2.0
cairo
oocairo
x11
pango>=1.19.3
pangocairo>=1.19.3
@ -150,7 +149,6 @@ pkg_check_modules(AWESOME_REQUIRED REQUIRED
cairo-xcb
libstartup-notification-1.0>=0.10
xproto>=7.0.15
imlib2
libxdg-basedir>=1.0.0)
if(NOT AWESOME_REQUIRED_FOUND OR NOT AWESOME_COMMON_REQUIRED_FOUND)