X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fexamples%2Fmeson.build;h=5c5c43756938468156e9daaa9f9dafe594f7110e;hb=754af62ee9070b524facf7b758f9d76a4c04aa4a;hp=9f2d9763b2c19bc65d69025d010a5e52f555e1a3;hpb=93bf9b102f97446344c3748816cd06ce0328ef17;p=platform%2Fcore%2Fuifw%2Flibds-tizen.git diff --git a/src/examples/meson.build b/src/examples/meson.build index 9f2d976..5c5c437 100644 --- a/src/examples/meson.build +++ b/src/examples/meson.build @@ -65,4 +65,21 @@ if get_option('tizen') install_dir: libds_bindir, install : true ) + + tinyds_tdm_libinput_files = [ + 'tinyds-tdm-libinput.c', + 'pixman-helper.c', + 'pixman-tbm-helper.c', + 'tinyds-tdm-renderer.c', + ] + executable('tinyds-tdm-libinput', + tinyds_tdm_libinput_files, + dependencies: [ + common_deps, + dependency('pixman-1', required: true), + dependency('threads', required: true), + ], + install_dir: libds_bindir, + install : true + ) endif