From: Maciej Wereski Date: Fri, 8 Jan 2016 11:03:46 +0000 (+0100) Subject: Tizen:Common: replace mesa with coregl X-Git-Tag: submit/trunk/20170904.073139~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F56480%2F1;p=scm%2Fmeta%2Fobs.git Tizen:Common: replace mesa with coregl Change-Id: I55cfecec48d443b481e51de6228974019922502b Signed-off-by: Maciej Wereski --- diff --git a/Tizen:Common/_config b/Tizen:Common/_config index dd46e03..e05b5cb 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -69,15 +69,18 @@ Macros: %_with_mesa 1 :Macros -%ifarch %arm armv7l aarch64 - Substitute: mesa-devel pkgconfig(glesv2) - #FIXME Substitute: pkgconfig(egl) -%endif +Substitute: mesa-devel pkgconfig(glesv2) +#FIXME Substitute: pkgconfig(egl) ############################# wayland repositories ############################# %if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"|| "%_repository" == "arm"|| "%_repository" == "arm64" || "%_repository" == "arm64-wayland" || "%_repository" == "wayland" || "%_repository" == "standard" +Prefer: coregl coregl-devel +Prefer: libwayland-egl libwayland-egl-devel +Substitute: mesa-libGLESv2 coregl +Substitute: mesa-libEGL coregl + Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl) @@ -95,12 +98,11 @@ Macros: %if "%_repository" == "emulator32-wayland" -Prefer: mesa-libGLESv2 -Prefer: libwayland-egl +Substitute: mesa-devel pkgconfig(glesv2) + Prefer: libgbm -Prefer: mesa-libGL -Prefer: mesa-libEGL -Prefer: emulator-yagl +Prefer: coregl coregl-devel +Prefer: emulator-yagl emulator-yagl-devel Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)