elementary: Handle case where ELM_ENGINE environment variable is
authorChris Michael <cp.michael@samsung.com>
Thu, 7 Aug 2014 14:10:45 +0000 (10:10 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 7 Aug 2014 14:10:45 +0000 (10:10 -0400)
commite57a00da5340124677b4c2d8f18dab5639704890
tree83f466b60c19d26a19d3889f05a1462b0af80782
parent13f72ed7efe35f7ba2e8e61da4ec74d51f319959
elementary: Handle case where ELM_ENGINE environment variable is
misspelled.

In case someone exports the ELM_ENGINE to be wayland-shm or
wayland-egl, let's handle That case also. Typically it is set to
wayland_shm or wayland_egl but since we check variants of spelling for
other engines also, then let's check it for the wayland engines too.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elm_config.c