example : Add reference header file for updated class name accepted/tizen/unified/20191226.123013 submit/tizen/20191225.212040
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 24 Dec 2019 06:22:03 +0000 (15:22 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Dec 2019 21:15:32 +0000 (06:15 +0900)
The class name will be updated.
efl_ui_animation_view -> efl_ui_vg_animation
So add referenced file path.

example/meson.build

index e62bfcd..1122bab 100644 (file)
@@ -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,