X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=packaging%2Fdali-toolkit.spec;h=a20995c3f8862aaa9522c62971a540f8e88cc3d7;hp=8e5b5c94027d99be5c225c5b63d5e2610de0184b;hb=934094c9881158789b88733dada706b84a98509d;hpb=ed318176506ba6763f189728d7c14c00e9e0b909 diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index 8e5b5c9..a20995c 100644 --- a/packaging/dali-toolkit.spec +++ b/packaging/dali-toolkit.spec @@ -1,21 +1,24 @@ Name: dali-toolkit Summary: The OpenGLES Canvas Core Library Toolkit -Version: 1.1.7 +Version: 1.1.26 Release: 1 Group: System/Libraries -License: Apache-2.0, BSD-2.0, MIT +License: Apache-2.0 and BSD-2-Clause and MIT URL: https://review.tizen.org/git/?p=platform/core/uifw/dali-toolkit.git;a=summary 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 #############################