X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=packaging%2Fdali-toolkit.spec;h=c291d5a2b9d4d56e49c813802a0b548b8c2765ef;hp=4b0e0a9e6ada1fb9d8d92d3ec6ed64d98036fc30;hb=47e3e4a1a2e7014ac68e06372aebfec54b1991b5;hpb=bd0b6d9d85d1e484aad8e96b0de89c494f013827 diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index 4b0e0a9..c291d5a 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.15 +Version: 1.1.23 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 #############################