From bf167c4b36580b9068697371515ec3ba55180fab Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 10 Dec 2013 17:54:42 +0100 Subject: [PATCH] [rpm] Add cmake as build-dependency --- rpm/libaudioresource.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/libaudioresource.spec b/rpm/libaudioresource.spec index 14b9f34..8b8237b 100644 --- a/rpm/libaudioresource.spec +++ b/rpm/libaudioresource.spec @@ -7,6 +7,7 @@ License: LGPL URL: http://github.com/nemomobile Source: %{name}-%{version}.tar.bz2 BuildRequires: pkgconfig(libresource-glib) +BuildRequires: cmake Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig