From b4dc3f0bc4ff9b9ea1f960cbcf5a0bae51f1ae64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 29 Nov 2012 17:00:33 -0500 Subject: [PATCH] compositor-x11: Link to libshared-cairo for icon loading helper The X11 backend needs the image loader helper to load the window icon. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 82e2669a5..7f127b895 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,7 +84,7 @@ if ENABLE_X11_COMPOSITOR x11_backend = x11-backend.la x11_backend_la_LDFLAGS = -module -avoid-version x11_backend_la_LIBADD = $(COMPOSITOR_LIBS) $(X11_COMPOSITOR_LIBS) \ - ../shared/libshared.la + ../shared/libshared-cairo.la x11_backend_la_CFLAGS = \ $(COMPOSITOR_CFLAGS) \ $(X11_COMPOSITOR_CFLAGS) \