efl/src/modules
Carsten Haitzler 0f3bbb51f4 build - images loaders and saver modules need to link to evas
if your platform is picky enough it won't want to leave unresolved
symbols (which wshould be resovled at runtime from the host lib) so we
need to link these modules to evas. the problem is due to the
complicated build of some modules being static and some shared, evas
is declared with evas_goal and this has to be declared after static
modules are declared but since i was declaring static and shared at
the same time from a table this breaks. so i have to move all the
static and shared module stuff into evas_goal into 2 phases. one phase
for the static and one for the shared after evas is delcared so evas
as a target exists to link to.
2019-10-05 18:39:38 +01:00
..
ecore Ecore : does not build linux-only ecore modules on Windows 2019-08-21 11:18:48 -07:00
ecore_buffer meson: modify install pathes for modules of ecore_buffer 2019-02-27 21:20:30 +01:00
ecore_evas ecore-evas/x: detect and track wm existence, apply visibility correctly 2019-09-26 11:22:44 -04:00
ecore_imf meson: add xkbcommon to the build deps 2019-08-15 15:36:29 -04:00
ecore_wl2 here comes meson 2018-10-02 17:22:50 +02:00
eeze here comes meson 2018-10-02 17:22:50 +02:00
eina eina: add eina_mempool_iterator_new to slowly iterate every allocated pointer in a mempool. 2019-09-19 14:37:41 -07:00
elementary efl_ui/clock: remove module interface 2019-08-06 09:26:34 +02:00
emotion build: emotion: fix lookup of gstreamer 0.10 dependency 2019-06-19 13:23:16 +02:00
ethumb meson: correctly use the correct dependency 2019-04-05 08:15:39 -04:00
evas build - images loaders and saver modules need to link to evas 2019-10-05 18:39:38 +01:00