edje-multisense: add the theme file
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 18 Mar 2019 11:41:19 +0000 (12:41 +0100)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
Summary:
the theme file was forgotten here, and not probebly build

Depends on D8378

Reviewers: cedric, segfaultxavi, zmike, stefan_schmidt

Reviewed By: segfaultxavi

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8379

src/examples/edje/meson.build

index a77d9f26fae9166efb6dc82f1cd7377f7420f619..bad8f7c085ff0da0236ec59632c3bdce21e0b0b1 100644 (file)
@@ -42,7 +42,8 @@ edc_files = [
   'table.edc',
   'text.edc',
   'textblock-hyphen.edc',
-  'toggle_using_filter.edc'
+  'toggle_using_filter.edc',
+  'multisense.edc',
 ]
 
 if (get_option('physics'))