Add build dependency for libaskuser-notification to askuser 58/122858/1
authorRafal Krypa <r.krypa@samsung.com>
Mon, 3 Apr 2017 18:39:21 +0000 (20:39 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 3 Apr 2017 18:53:46 +0000 (20:53 +0200)
Although askuser doesn't need libaskuser-notification for now, it build
depends on libsecurity-manager-client, which is linked against
libaskuser-notification.
Such dependency should be resolved automatically by gbs, but it's not for
some reason. Probably gbs doesn't handle too well dependencies between
two spec files built from single repository.

Adding this dependency manually. It will be need anyway soon, when askuser
original functionality is restored for run-time pop-ups.

Change-Id: Ief4084d90094070e609d21575aee246acb747f4a
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
packaging/askuser.spec

index e1530d4011acdf9b65e9975f91b9eaced88dc525..684ad7e6eabfc8475e4c05a337ba4d3c56516000 100644 (file)
@@ -24,6 +24,7 @@ BuildRequires: pkgconfig(security-manager)
 BuildRequires: pkgconfig(security-privilege-manager)
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(pkgmgr-info)
+BuildRequires: libaskuser-notification
 
 
 %if !%{defined build_type}