[Kde-imaging] branches/extragear/kde3/libs/kipi-plugins
Angelo Naselli
anaselli at linux.it
Wed Jun 6 18:34:10 CEST 2007
SVN commit 672285 by anaselli:
Rex Dieter reported a libgobject2-0 problem and a patch to fix it.
Please check if there are problems.
CCMAIL: kde-imaging at kde.org
M +1 -1 configure.in.in
--- branches/extragear/kde3/libs/kipi-plugins/configure.in.in #672284:672285
@@ -277,7 +277,7 @@
if test "$build_libgpod" != "no"; then
if test "$PKGCONFIGFOUND" = "yes" ; then
- KDE_PKG_CHECK_MODULES(LIBGPOD, libgpod-1.0 = 0.4.2, have_libgpod=yes,have_libgpod=no)
+ KDE_PKG_CHECK_MODULES(LIBGPOD, libgpod-1.0 = 0.4.2 gobject-2.0, have_libgpod=yes,have_libgpod=no)
if test "x$have_libgpod" = "xyes"; then
AC_DEFINE(HAVE_LIBGPOD, 1, [have libgpod])
More information about the Kde-imaging
mailing list