diff options
-rw-r--r-- | recipes/cairo/cairomm_1.8.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cairo/cairomm_1.8.2.bb b/recipes/cairo/cairomm_1.8.2.bb index 11b3e0ebbf..814689e1bd 100644 --- a/recipes/cairo/cairomm_1.8.2.bb +++ b/recipes/cairo/cairomm_1.8.2.bb @@ -1,6 +1,6 @@ require cairo.inc -DEPENDS = "cairo" +DEPENDS = "cairo libsigc++-2.0" DESCRIPTION = "C++ bindings for Cairo graphics library" SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz" |