From 9a739570bd59dfc7763a75c47f1b4f85df57b559 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 21 Sep 2014 17:07:55 +0200 Subject: [PATCH] Enable webp and vaapi support --- weston.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/weston.spec b/weston.spec index bc7eeef..a11c92d 100644 --- a/weston.spec +++ b/weston.spec @@ -6,7 +6,7 @@ Name: weston Version: 1.6.0 -Release: 1%{?alphatag}%{?dist} +Release: 2%{?alphatag}%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X License: BSD and CC-BY-SA @@ -37,9 +37,11 @@ BuildRequires: libudev-devel %ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64 BuildRequires: libunwind-devel %endif +BuildRequires: libva-devel BuildRequires: libwayland-client-devel BuildRequires: libwayland-server-devel >= 1.3.0 BuildRequires: libwayland-cursor-devel +BuildRequires: libwebp-devel BuildRequires: libxcb-devel BuildRequires: libXcursor-devel BuildRequires: libxkbcommon-devel >= 0.1.0-8 @@ -133,6 +135,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_libdir}/pkgconfig/weston.pc %changelog +* Sun Sep 21 2014 Kalev Lember - 1.6.0-2 +- Enable webp and vaapi support + * Sun Sep 21 2014 Kalev Lember - 1.6.0-1 - Update to 1.6.0 - Pull in the main package for -devel subpackage