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:
+1
-1
@@ -89,7 +89,7 @@ libtoytoolkit_a_SOURCES = \
|
||||
|
||||
toolkit_libs = \
|
||||
libtoytoolkit.a \
|
||||
../shared/libshared.la \
|
||||
../shared/libshared-cairo.la \
|
||||
$(CLIENT_LIBS) $(CAIRO_EGL_LIBS) -lrt -lm
|
||||
|
||||
flower_SOURCES = flower.c
|
||||
|
||||
Reference in New Issue
Block a user