Skip to content

Commit

Permalink
Merge pull request #1788 from jameshilliard/configure-svg
Browse files Browse the repository at this point in the history
Add missing cairo-svg dependency to test-ot-color
  • Loading branch information
ebraminio committed Jun 23, 2019
2 parents ad97ec9 + c2d7dfc commit 8062979
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test-ot-color.cc
Expand Up @@ -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"

Expand All @@ -35,7 +37,6 @@
#include FT_FREETYPE_H
#include FT_GLYPH_H

#include <cairo.h>
#include <cairo-ft.h>
#include <cairo-svg.h>

Expand Down

0 comments on commit 8062979

Please sign in to comment.