elementary: Fix build issue when x11 is disabled
authormemeka <mihailescu2m@gmail.com>
Sat, 14 May 2016 10:28:19 +0000 (19:58 +0930)
committerChris Michael <cpmichael@osg.samsung.com>
Sat, 14 May 2016 10:44:39 +0000 (06:44 -0400)
commitb01af6e57c3cf129da71fb8093ba72ea640ade04
treecb010401f735133cb0ae8c7953f5023da895aeee
parent6551aa4471088b5f05e49a2026e38aba211bd7a7
elementary: Fix build issue when x11 is disabled

When we compile efl using --with-x11=none, then
_tempfile_new and _tmpinfo_free end up being undefined, however these
functions are used by wayland too so they need to be defined regardless.

@fix
src/lib/elementary/elm_cnp.c