summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Cronenworth <mike@cchtml.com>2014-04-15 18:54:33 -0500
committerMichael Cronenworth <mike@cchtml.com>2014-04-15 18:54:33 -0500
commit1b2d873b5e77510ce7068b13964d4f0273b514e0 (patch)
treeaac4d426a1687408e5bc9478bb1f4ccd8e6afdfe
parent0a17fd552d6d600e567d3e163870270ac2f1443c (diff)
downloadxbmc-rpm-1b2d873b5e77510ce7068b13964d4f0273b514e0.tar.gz
xbmc-rpm-1b2d873b5e77510ce7068b13964d4f0273b514e0.tar.xz
xbmc-rpm-1b2d873b5e77510ce7068b13964d4f0273b514e0.zip
Fix typo in configure arch test.
-rw-r--r--xbmc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc.spec b/xbmc.spec
index 3c544f3..468d50c 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -278,7 +278,7 @@ chmod +x bootstrap
%endif
--disable-dvdcss \
--disable-optimizations --disable-debug \
-ifnarch %{arm}
+%ifnarch %{arm}
--enable-gl \
--disable-gles \
--enable-vdpau \