comparison src/Makefile.am @ 693:8b7964869f7a

Update window with XImage through XSHM
author Thinker K.F. Li <thinker@branda.to>
date Mon, 09 Aug 2010 10:03:54 +0800
parents 21f944e79b19
children 7e64e0f70cb6
comparison
equal deleted inserted replaced
692:201cc86720a3 693:8b7964869f7a
38 38
39 if CAIRO_GRAPH_ENGINE 39 if CAIRO_GRAPH_ENGINE
40 libmbfly_la_SOURCES += graph_engine_cairo.c 40 libmbfly_la_SOURCES += graph_engine_cairo.c
41 41
42 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ @pangocairo_CFLAGS@ 42 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ @pangocairo_CFLAGS@
43 libmbfly_la_LDFLAGS = @cairo_LIBS@ @pangocairo_LIBS@ 43 libmbfly_la_LDFLAGS = @cairo_LIBS@ @pangocairo_LIBS@ -lXext
44 endif 44 endif
45 45
46 if SKIA_GRAPH_ENGINE 46 if SKIA_GRAPH_ENGINE
47 libmbfly_la_SOURCES += graph_engine_skia.cpp 47 libmbfly_la_SOURCES += graph_engine_skia.cpp
48 endif 48 endif