From a78f26d27a7e149dc8f20398d2603615ee72ecb9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 Mar 2012 09:31:39 +0100 Subject: xulrunner: fix libvpx requirement --- xulrunner.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xulrunner.spec b/xulrunner.spec index 9189a64..6c86af9 100644 --- a/xulrunner.spec +++ b/xulrunner.spec @@ -218,7 +218,9 @@ Requires: startup-notification-devel Requires: alsa-lib-devel Requires: libnotify-devel Requires: mesa-libGL-devel +%if %{system_vpx} Requires: libvpx-devel >= %{libvpx_version} +%endif Requires: lcms-devel Requires: yasm %ifarch %{ix86} x86_64 -- cgit