diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-05-04 14:52:11 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-05-04 15:01:12 +0200 |
commit | 2c6039d89cfd6d0f39772b16e079330a719d6dcc (patch) | |
tree | b1262d69a98f9ff48526e113ceed5f68e944628a /Tizen:Common | |
parent | 298c1c6e70b58b17c4566ba72fc3e29981653b2c (diff) | |
download | obs-2c6039d89cfd6d0f39772b16e079330a719d6dcc.tar.gz obs-2c6039d89cfd6d0f39772b16e079330a719d6dcc.tar.bz2 obs-2c6039d89cfd6d0f39772b16e079330a719d6dcc.zip |
Tizen:Common: Add libwayland-egl(-devel) preference
Both libtpl-egl and qtwayland projects provide "libwayland-egl.so" (in
packages "libwayland-egl" and "qt5-qtwayland", respectively). This
causes build failures on emulator, as OBS treats it as an unresolvable
dependency conflict without having explicit preference.
Change-Id: Id25f6648af85dc4259de310230819ea0145d40fa
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'Tizen:Common')
-rw-r--r-- | Tizen:Common/_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tizen:Common/_config b/Tizen:Common/_config index 6381820..03e5293 100644 --- a/Tizen:Common/_config +++ b/Tizen:Common/_config @@ -106,6 +106,7 @@ Substitute: mesa-devel pkgconfig(glesv2) Prefer: libgbm Prefer: coregl coregl-devel Prefer: emulator-yagl emulator-yagl-devel +Prefer: libwayland-egl libwayland-egl-devel Substitute: pkgconfig(gles20) pkgconfig(egl) pkgconfig(glesv2) Substitute: pkgconfig(gles11) pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl) |