Add flags for desktop linux 32/142832/1
authorYoungsoo Choi <kenshin.choi@samsung.com>
Sat, 5 Aug 2017 07:42:21 +0000 (07:42 +0000)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 7 Aug 2017 05:13:43 +0000 (05:13 +0000)
commitdc3365b42f11e6e6cb4bb1de2ce055b2dfa36834
tree4f22f8f88626f8b4b3a1d2c0bc13dd415e8c8c6f
parent2c5a441565ea04863ff132c0f28b3cdc732f7b65
Add flags for desktop linux

This adds cflags for desktop linux

* Usage in C/C++

  #if defined(USE_EFL)
    // implementation here
  #endif

* Usage in gyp

  if (desktop_linux) {
    // implementation here
  }

Change-Id: I73fb49441fb6581bc87b0a5fba05b1ea6de8a46e
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
common.gypi
efl/build/build_desktop.sh
efl/build/common.sh
script/update.py
vendor/brightray/brightray.gypi