example: add tinyds-tdm-dpms
[platform/core/uifw/libds-tizen.git] / src / examples / meson.build
index 5c5c437..aad893e 100644 (file)
@@ -82,4 +82,17 @@ if get_option('tizen')
     install_dir: libds_bindir,
     install : true
   )
+  executable('tinyds-tdm-dpms',
+    'tinyds-tdm-dpms.c',
+    'pixman-helper.c',
+    'pixman-tbm-helper.c',
+    'tinyds-tdm-renderer.c',
+    dependencies: [
+      common_deps,
+      dependency('pixman-1', required: true),
+      dependency('threads', required: true),
+    ],
+    install_dir: libds_bindir,
+    install : true
+  )
 endif