From 08b152d32d845c69922203bdea5040dd4a65713b Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Wed, 4 May 2016 15:39:50 +0200 Subject: [PATCH] Tizen:Common: Remove unused repositories from _config Both "wayland" and "standard" repositories do not exist anymore. Repositories "arm" and "arm64" are used in Tizen:Base project. Other repositories were rearranged so that they maintain the order in which they appear in Tizen:Common project. Change-Id: Ie312e2a3424cc6fd626ebc63eaf7b1313b32c75a Signed-off-by: Pawel Wieczorek --- Tizen:Common/_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tizen:Common/_config b/Tizen:Common/_config index 5682770..2e6c7a7 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -77,7 +77,7 @@ Substitute: mesa-devel pkgconfig(glesv2) ############################# wayland repositories ############################# -%if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"|| "%_repository" == "arm"|| "%_repository" == "arm64" || "%_repository" == "arm64-wayland" || "%_repository" == "wayland" || "%_repository" == "standard" +%if "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland" || "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" Prefer: coregl coregl-devel Prefer: libwayland-egl libwayland-egl-devel -- 2.7.4