X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=packaging%2Fdali-toolkit.spec;h=d326e26f206d3c65974d3a1fff0557c727980c8a;hp=ead61b5005160c565040b4e79fc2a6e0c4d5406f;hb=c49a2ea2fc74c4299e4e85a80b7b6cb042ebbedc;hpb=057aa433252bc9b64c779d3290fb496e55a58f87 diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index ead61b5..d326e26 100644 --- a/packaging/dali-toolkit.spec +++ b/packaging/dali-toolkit.spec @@ -1,6 +1,6 @@ Name: dali-toolkit Summary: The OpenGLES Canvas Core Library Toolkit -Version: 1.1.16 +Version: 1.1.18 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-2-Clause and MIT @@ -9,13 +9,16 @@ Source0: %{name}-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -Requires: dali -# Do NOT put an adaptor here - it is an application choice which adaptor to use + BuildRequires: pkgconfig BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(dali) BuildRequires: pkgconfig(dali-core) +# dali-toolkit only need to know the interfaces(APIs) of dali-adaptor(the devel package). +# It doesn't need to know which adaptor will be used by applications. +# Applications or dali-addon will decide which one they will use. +BuildRequires: dali-adaptor-devel + ############################# # profile setup #############################