meson: modify meson definitions for gl_generic module 03/204103/3
authorWonki Kim <wonki_.kim@samsung.com>
Wed, 17 Apr 2019 10:27:30 +0000 (19:27 +0900)
committerwonki kim <wonki_.kim@samsung.com>
Mon, 22 Apr 2019 01:54:16 +0000 (01:54 +0000)
commitaa633f130b9f9f55641bda4afa692f891c4cd502
tree3c76400f7284e369fcf61017acac5785f12127b6
parent1867e4834945708490eb3a943e40226f2fc8ed31
meson: modify meson definitions for gl_generic module

in tizen environment, gl_generic module can't be dynamically loadded,
because some symbols are not linked.

so this patch modify meson definitions to build gl_generic
as static linked library . it's workaround.

and also there are some sources that exist on tizen only. this patch appends them.

@tizen_only

Change-Id: I50a5ee74a684a93a102698cdb276e03e0b1d8134
meson.build
src/modules/evas/engines/gl_common/meson.build
src/modules/evas/engines/gl_generic/meson.build
src/modules/evas/engines/gl_tbm/meson.build
src/modules/evas/engines/gl_x11/meson.build
src/modules/evas/engines/wayland_egl/meson.build
src/modules/evas/meson.build