diff options
Diffstat (limited to 'build-emulator.conf')
-rw-r--r-- | build-emulator.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build-emulator.conf b/build-emulator.conf index 259f0e8..fbd7275 100644 --- a/build-emulator.conf +++ b/build-emulator.conf @@ -47,15 +47,16 @@ Macros: %_with_wayland 1 :Macros -############################# emulator repository ############################ - -%if "%_repository" == "emulator" - Prefer: mesa-libGLESv2 Prefer: libwayland-egl Prefer: libgbm Prefer: mesa-libGL Prefer: mesa-libEGL + +############################# emulator repository ############################ + +%if "%_repository" == "emulator" + Prefer: emulator-yagl %define _with_emulator 1 |