Stop linking against xcb-image
Since the previous commit we don't use this library any more. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
813fb94ce8
commit
bcea1aab66
|
@ -142,7 +142,6 @@ pkg_check_modules(AWESOME_REQUIRED REQUIRED
|
|||
xcb-util>=0.3.8
|
||||
xcb-keysyms>=0.3.4
|
||||
xcb-icccm>=0.3.8
|
||||
xcb-image>=0.3.0
|
||||
cairo-xcb
|
||||
libstartup-notification-1.0>=0.10
|
||||
xproto>=7.0.15
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*/
|
||||
|
||||
#include <xcb/xcb_atom.h>
|
||||
#include <xcb/xcb_image.h>
|
||||
#include <xcb/shape.h>
|
||||
#include <cairo-xcb.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue