configure.ac: Don't link weston to cairo or image libraries
We were pulling in cairo and the image loading libraries through libshared. Split out libshared into a core libshared and a libshared-cairo that pulls in the extra libraries.
This commit is contained in:
@@ -11,7 +11,7 @@ xwayland = xwayland.la
|
||||
xwayland_la_LDFLAGS = -module -avoid-version
|
||||
xwayland_la_LIBADD = \
|
||||
$(XWAYLAND_LIBS) \
|
||||
$(top_builddir)/shared/libshared.la
|
||||
$(top_builddir)/shared/libshared-cairo.la
|
||||
xwayland_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
|
||||
xwayland_la_SOURCES = \
|
||||
xwayland.h \
|
||||
|
||||
Reference in New Issue
Block a user