Add missing cairo-svg dependency to test-ot-color

This commit is contained in:
James Hilliard 2019-06-22 19:38:48 -06:00
parent ad97ec9501
commit c2d7dfc68f
1 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,9 @@
#include "hb.hh"
#ifndef HB_NO_COLOR
#include <cairo.h>
#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 <cairo.h>
#include <cairo-ft.h>
#include <cairo-svg.h>