[Kde-imaging] slideshow won't compiled per default on my laptop !
Caulier Gilles
caulier.gilles at free.fr
Mon Jun 14 21:44:35 CEST 2004
Hi all,
From a fresh CVS snapshoot on my laptop, slideshow won't compiled per default
if enable-opengl is enable or not.
The reason of that is in the kipi-plugins/configure.in.in at the last line :
AM_CONDITIONAL(compile_SLIDESHOW, test -n "$ac_imlib_config" -a -n
"$have_glut" )
... slideshow is compiled only if $have_glut is true. I think this condition
is uncomplete and must be :
$have_glut == true || $have_GL == true || $have_GLU == true || $have_GLX ==
true
Your viewpoints ?
Gilles
More information about the Kde-imaging
mailing list