From 45ee7b91c5cfe1566dd1d16d942cc7f96bcf6ef0 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Thu, 24 Jan 2019 11:09:42 +0900 Subject: [PATCH] efl: update spec file to change lottie-player dependancy to rlottie. Change-Id: I4f4a27f0027aaccc07272281f2c9412d74b3a0d7 --- packaging/efl-with-elm.spec.example | 1 - packaging/efl-without-elm.spec.example | 1 - packaging/efl.spec | 2 +- packaging/elm-only.spec.example | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/packaging/efl-with-elm.spec.example b/packaging/efl-with-elm.spec.example index 07b6695..45f760c 100644 --- a/packaging/efl-with-elm.spec.example +++ b/packaging/efl-with-elm.spec.example @@ -61,7 +61,6 @@ BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(ibus-1.0) %endif -#BuildRequires: pkgconfig(lottie-player) BuildRequires: glib2-devel #BuildRequires: pkgconfig(bullet) BuildRequires: pkgconfig(openssl) diff --git a/packaging/efl-without-elm.spec.example b/packaging/efl-without-elm.spec.example index 55a7f27..884f205 100644 --- a/packaging/efl-without-elm.spec.example +++ b/packaging/efl-without-elm.spec.example @@ -61,7 +61,6 @@ BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(ibus-1.0) %endif -#BuildRequires: pkgconfig(lottie-player) BuildRequires: glib2-devel #BuildRequires: pkgconfig(bullet) BuildRequires: pkgconfig(openssl) diff --git a/packaging/efl.spec b/packaging/efl.spec index 5f6b7e8..eb382ea 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -61,7 +61,7 @@ BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(ibus-1.0) %endif -BuildRequires: pkgconfig(lottie-player) +BuildRequires: pkgconfig(rlottie) BuildRequires: glib2-devel #BuildRequires: pkgconfig(bullet) BuildRequires: pkgconfig(openssl) diff --git a/packaging/elm-only.spec.example b/packaging/elm-only.spec.example index a23bbd6..243eb1f 100644 --- a/packaging/elm-only.spec.example +++ b/packaging/elm-only.spec.example @@ -89,7 +89,6 @@ BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(ibus-1.0) %endif -#BuildRequires: pkgconfig(lottie-player) BuildRequires: glib2-devel #BuildRequires: pkgconfig(bullet) BuildRequires: pkgconfig(openssl) -- 2.7.4