From 6bc22bde95f7ca234b6f1d14d2aacbfaa50ef17b Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Mon, 21 Oct 2013 14:06:52 -0700 Subject: [PATCH] Add BuildRequires for app2sd This package is explicitly required in src/CMakeList.txt but not explicitly called out in the spec Change-Id: I203657205f7f043513ab07dbd6aab9b4258e3518 Signed-off-by: Rusty Lynch --- packaging/wrt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/wrt.spec b/packaging/wrt.spec index 9218e42..014273e 100644 --- a/packaging/wrt.spec +++ b/packaging/wrt.spec @@ -54,6 +54,7 @@ BuildRequires: pkgconfig(wrt-popup-wrt-runner) BuildRequires: pkgconfig(wrt-popup-ace-runner) BuildRequires: pkgconfig(sysman) BuildRequires: pkgconfig(capi-system-system-settings) +BuildRequires: pkgconfig(app2sd) %if %{with mesa} BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glesv2) -- 2.7.4