diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-03-03 20:38:58 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-03-08 12:36:01 +0000 |
commit | 075bab83c4288b5de20f6acfc6b0459656ea85e0 (patch) | |
tree | 4932d355352761d3cde0d4f3750defb7034bc65d /meson.build | |
parent | 0dcbc26a5a974c76d5db5c6c59652f1ae7c4fb9f (diff) | |
download | efl-075bab83c4288b5de20f6acfc6b0459656ea85e0.tar.gz |
remove vlc, gst-0.10, xine deps, modules as they are broken
they dont work. easier to remove than fix, so... remove :) only gst
1.x supported now.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index fb77c43570..256256d8a8 100644 --- a/meson.build +++ b/meson.build @@ -456,9 +456,6 @@ endforeach subdir(join_paths('src', 'bin', 'efl')) subdir(join_paths('src', 'generic', 'evas')) -if sys_windows == false - subdir(join_paths('src', 'generic', 'emotion')) -endif subdir('cmakeconfig') subdir(join_paths('src', 'bindings')) subdir(join_paths('src', 'edje_external')) |