libgimpwidgets/color: move the cairo color utility functions to libgimpcolor

Add CAIRO_CFLAGS to a lot of Makefiles to make this possible, and
because they pull in cairo via the libgimp headers.
This commit is contained in:
Michael Natterer
2011-04-28 15:50:39 +02:00
parent 268930f489
commit cc47b2a600
106 changed files with 428 additions and 257 deletions

View File

@ -17,6 +17,7 @@
#include "config.h"
#include <cairo.h>
#include <glib-object.h>
#include "libgimpbase/gimpbase.h"