summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-12-13 01:04:33 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-12-13 01:04:33 -0700
commit45cab86fc6e36732b9e54d0e316f9155bdc3d2e5 (patch)
tree711d904477235804fd55c46942f382648a5af88d
parent1cff81df6ade3f7cd9f165df5b49015a2f91941c (diff)
downloadxbmc-rpm-45cab86fc6e36732b9e54d0e316f9155bdc3d2e5.tar.gz
xbmc-rpm-45cab86fc6e36732b9e54d0e316f9155bdc3d2e5.tar.xz
xbmc-rpm-45cab86fc6e36732b9e54d0e316f9155bdc3d2e5.zip
merge from CVS: only build with crystalhd on x86
Nicolas Chauvet had added this to CVS around the alpha6 timeframe, causing RPM Fusion's canonical rawhide repo to diverge slightly from our Git repo. When I merged the two together today I noticed the diff. I'll add it in here, and we can just formally capture this information in the next package revision changelog.
-rw-r--r--xbmc.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc.spec b/xbmc.spec
index e312644..f6e1756 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -55,7 +55,9 @@ Patch4: xbmc-12.0-hdhomerun.patch
# Optional deps (not in EPEL)
# (libbluray in EPEL 6 is too old.)
%{?fedora:%global _with_hdhomerun 1}
+%ifarch x86_64 i686
%{?fedora:%global _with_crystalhd 1}
+%endif
%{?fedora:%global _with_libbluray 1}
%{?fedora:%global _with_cwiid 1}
%{?fedora:%global _with_libssh 1}