From: James Hilliard Date: Sun, 23 Jun 2019 01:38:48 +0000 (-0600) Subject: Add missing cairo-svg dependency to test-ot-color X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2d7dfc68ffcb389c9f73b5ef94da7b270bdcf9e;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Add missing cairo-svg dependency to test-ot-color --- diff --git a/src/test-ot-color.cc b/src/test-ot-color.cc index 44bd2eb..e9126c0 100644 --- a/src/test-ot-color.cc +++ b/src/test-ot-color.cc @@ -25,7 +25,9 @@ #include "hb.hh" -#ifndef HB_NO_COLOR +#include + +#if !defined(HB_NO_COLOR) && defined(CAIRO_HAS_SVG_SURFACE) #include "hb-ot.h" @@ -35,7 +37,6 @@ #include FT_FREETYPE_H #include FT_GLYPH_H -#include #include #include