[xiphos/f21] Added missing includes

Greg Hellings greghellings at fedoraproject.org
Thu Aug 28 03:05:10 UTC 2014


commit 1215a074a49a466382c445fd4774737bd8d60007
Author: Greg Hellings <greg.hellings at gmail.com>
Date:   Wed Aug 27 22:05:03 2014 -0500

    Added missing includes

 xiphos.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/xiphos.spec b/xiphos.spec
index 69a66e5..4fed0e8 100644
--- a/xiphos.spec
+++ b/xiphos.spec
@@ -13,10 +13,12 @@ BuildRequires:  docbook-utils
 BuildRequires:  GConf2-devel
 BuildRequires:  gettext
 BuildRequires:  gnome-doc-utils
+BuildRequires:  sword-devel
 %if 0%{?rhel} > 0 && 0%{?rhel} <= 6
 BuildRequires:  libglade2-devel
 %else
 BuildRequires:  gtk3-devel
+BuildRequires:  webkitgtk3-devel
 %endif
 BuildRequires:  gtkhtml3-devel
 BuildRequires:  intltool
@@ -44,7 +46,7 @@ rm -rf src/biblesync
 %build
 CFLAGS='%{optflags} -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1' CXXFLAGS='%{optflags} -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1' ./waf configure	\
 	--prefix %{_prefix} --enable-webkit \
-    --gtk=3
+    --gtk=3 || cat build/config.log
  
 ./waf build -v
 


More information about the scm-commits mailing list