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
6006ecb497
commit
cd1d6c8f19
@ -93,7 +93,7 @@ if ENABLE_X11_COMPOSITOR
|
|||||||
x11_backend = x11-backend.la
|
x11_backend = x11-backend.la
|
||||||
x11_backend_la_LDFLAGS = -module -avoid-version
|
x11_backend_la_LDFLAGS = -module -avoid-version
|
||||||
x11_backend_la_LIBADD = $(COMPOSITOR_LIBS) $(X11_COMPOSITOR_LIBS) \
|
x11_backend_la_LIBADD = $(COMPOSITOR_LIBS) $(X11_COMPOSITOR_LIBS) \
|
||||||
../shared/libshared.la
|
../shared/libshared-cairo.la
|
||||||
x11_backend_la_CFLAGS = \
|
x11_backend_la_CFLAGS = \
|
||||||
$(COMPOSITOR_CFLAGS) \
|
$(COMPOSITOR_CFLAGS) \
|
||||||
$(X11_COMPOSITOR_CFLAGS) \
|
$(X11_COMPOSITOR_CFLAGS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user