You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/zeitgeist/files/zeitgeist-0.7-no-rdfpipe.patch

16 lines
472 B

Remove dep on rdfpipe (from OpenSUSE)
--- configure.ac
+++ configure.ac
@@ -37,10 +37,4 @@ if test "x$HAVE_RAPPER" = "xno"; then
AC_MSG_ERROR(You need the tool `rapper' from the `raptor-utils' package in order to compile Zeitgeist)
fi
-# check for rdflib
-AC_CHECK_PROG(HAVE_RDFLIB, rdfpipe, yes, no)
-if test "x$HAVE_RDFLIB" = "xno"; then
- AC_MSG_ERROR(You need the tool `rdfpipe' from the `python-rdflib' package in order to compile Zeitgeist)
-fi
-
AC_OUTPUT