example: update new header name of efl animation_view. 76/198276/3
authorHermet Park <hermetpark@gmail.com>
Wed, 23 Jan 2019 08:17:58 +0000 (17:17 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 23 Jan 2019 09:32:41 +0000 (18:32 +0900)
Change-Id: I6f2b73fc13808027e42122bed58052f99dc67a7c

example/meson.build

index 41c9c96..ae4d15f 100644 (file)
@@ -46,7 +46,7 @@ if (demo_dep.found())
                link_with : rlottie_lib,
                dependencies : demo_dep)
 
-if (meson.get_compiler('cpp').has_header('elementary-1/elm_animation_view.h'))
+if (meson.get_compiler('cpp').has_header('elementary-1/efl_ui_animation_view_legacy.h'))
     executable('efl_animview',
                'efl_animview.cpp',
                include_directories : inc,