diff options
Diffstat (limited to 'build-atom.conf')
-rw-r--r-- | build-atom.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build-atom.conf b/build-atom.conf index d846aa5..26d03a8 100644 --- a/build-atom.conf +++ b/build-atom.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 |