Skip to content

Commit

Permalink
Update for compatibility with LunaSVG v2.3.0, see #232
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Aug 31, 2021
1 parent aac830e commit f2e270f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install:
cmake --build . --target rlottie --config Release -- "/clp:ErrorsOnly"
cd ../../
git clone --depth 1 --branch v2.0.1 https://github.com/sammycage/lunasvg.git
git clone --depth 1 --branch v2.3.0 https://github.com/sammycage/lunasvg.git
cd lunasvg
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion CMake/Modules/Findlunasvg.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Try to find LunaSVG

find_path(LUNASVG_INCLUDE_DIR document.h
find_path(LUNASVG_INCLUDE_DIR lunasvg.h
HINTS $ENV{LUNASVG_DIR}
PATH_SUFFIXES lunasvg lunasvg/include include )

Expand Down
2 changes: 1 addition & 1 deletion Source/SVG/ElementSVG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "../../Include/RmlUi/Core/FileInterface.h"
#include "../../Include/RmlUi/Core/Math.h"
#include <cmath>
#include <document.h>
#include <lunasvg.h>

namespace Rml {

Expand Down

0 comments on commit f2e270f

Please sign in to comment.