projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b7ad7
)
edje-multisense: add the theme file
author
Marcel Hollerbach
<mail@marcel-hollerbach.de>
Mon, 18 Mar 2019 11:41:19 +0000
(12:41 +0100)
committer
Yeongjong 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
patch
|
blob
|
history
diff --git
a/src/examples/edje/meson.build
b/src/examples/edje/meson.build
index a77d9f26fae9166efb6dc82f1cd7377f7420f619..bad8f7c085ff0da0236ec59632c3bdce21e0b0b1 100644
(file)
--- a/
src/examples/edje/meson.build
+++ b/
src/examples/edje/meson.build
@@
-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'))