From: Stephane Desneux Date: Fri, 23 May 2014 23:40:29 +0000 (+0200) Subject: add _with_emulator flag X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1843bafb9c2440231f59875716b472f8aa0a732d;p=scm%2Fmeta%2Fbuild-config.git add _with_emulator flag Change-Id: I7d1789fb4d91705a7efa248ee1015aeee75e01e8 Signed-off-by: Stephane Desneux --- diff --git a/build.conf b/build.conf index ca7da7e..2e64bbc 100644 --- a/build.conf +++ b/build.conf @@ -77,11 +77,12 @@ Prefer: mesa-libEGL # This solves emulators needs %if "%_repository" == "emulator32-wayland" -Support: emulator-macros Prefer: emulator-yagl %define _with_wayland 1 +%define _with_emulator 1 Macros: %_with_wayland 1 +%_with_emulator 1 :Macros %endif