diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2018-01-18 17:18:48 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2018-01-18 17:29:28 +0900 |
commit | 71ee80052152c25c5bb51aad2bacdc92b2306e9d (patch) | |
tree | ae002b407e8dab8b018a5acbbb82e66faf5796b2 /src/lib/efl/CMakeLists.txt | |
parent | f312ed6db9cb64e1c4685fa27d1c41c347c382a6 (diff) |
efl: Merge Flipable and Orientation
No need to split: those two are used in all the same classes, since the
split between Orientation and Ui.Dir.
Note that the enum types remain in the main namespace.
Diffstat (limited to 'src/lib/efl/CMakeLists.txt')
-rw-r--r-- | src/lib/efl/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/efl/CMakeLists.txt b/src/lib/efl/CMakeLists.txt index 6ed0752ebd..dde72d7039 100644 --- a/src/lib/efl/CMakeLists.txt +++ b/src/lib/efl/CMakeLists.txt | |||
@@ -11,7 +11,6 @@ set(PUBLIC_EO_FILES | |||
11 | interfaces/efl_content.eo | 11 | interfaces/efl_content.eo |
12 | interfaces/efl_control.eo | 12 | interfaces/efl_control.eo |
13 | interfaces/efl_file.eo | 13 | interfaces/efl_file.eo |
14 | interfaces/efl_flipable.eo | ||
15 | interfaces/efl_gfx.eo | 14 | interfaces/efl_gfx.eo |
16 | interfaces/efl_gfx_buffer.eo | 15 | interfaces/efl_gfx_buffer.eo |
17 | interfaces/efl_gfx_fill.eo | 16 | interfaces/efl_gfx_fill.eo |