diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-05-04 15:39:50 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-06-09 11:11:18 +0200 |
commit | 08b152d32d845c69922203bdea5040dd4a65713b (patch) | |
tree | 6d37edd5cebbe3b5714e21712671c45a8c534d3a /Tizen:Common | |
parent | 8e293193e1b910ea10d17eef4660110715873326 (diff) | |
download | obs-08b152d32d845c69922203bdea5040dd4a65713b.tar.gz obs-08b152d32d845c69922203bdea5040dd4a65713b.tar.bz2 obs-08b152d32d845c69922203bdea5040dd4a65713b.zip |
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 <p.wieczorek2@samsung.com>
Diffstat (limited to 'Tizen:Common')
-rw-r--r-- | Tizen:Common/_config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |