From 8c5cbd991174967c2289a6688431e1a411daba63 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Tue, 24 Dec 2019 15:22:03 +0900 Subject: [PATCH] example : Add reference header file for updated class name The class name will be updated. efl_ui_animation_view -> efl_ui_vg_animation So add referenced file path. --- example/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/meson.build b/example/meson.build index e62bfcd..1122bab 100644 --- a/example/meson.build +++ b/example/meson.build @@ -63,7 +63,8 @@ executable('lottieviewer', link_with : rlottie_lib, dependencies : demo_dep) -if (meson.get_compiler('cpp').has_header('elementary-1/efl_ui_animation_view.h')) +if (meson.get_compiler('cpp').has_header('elementary-1/efl_ui_vg_animation.h') or + meson.get_compiler('cpp').has_header('elementary-1/efl_ui_animation_view.h')) executable('efl_animview', 'efl_animview.cpp', include_directories : inc, -- 2.7.4