compositor-x11: Link to libshared-cairo for icon loading helper
The X11 backend needs the image loader helper to load the window icon.
This commit is contained in:
parent
a12cd7d773
commit
b4dc3f0bc4
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue