add _with_emulator flag
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Fri, 23 May 2014 23:40:29 +0000 (01:40 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Fri, 23 May 2014 23:40:29 +0000 (01:40 +0200)
Change-Id: I7d1789fb4d91705a7efa248ee1015aeee75e01e8
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
build.conf

index ca7da7e25474c4d83e5dfcce8a1e8684f04e8d59..2e64bbcc41185fbfc7e4be51deb441b2b2ef25d8 100644 (file)
@@ -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