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:
Kristian Høgsberg
2012-11-29 12:23:36 -05:00
parent 0ea7333392
commit 6006ecb497
7 changed files with 31 additions and 25 deletions
+1 -1
View File
@@ -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