[Kde-imaging] branches/extragear/kde3/libs/kipi-plugins

Valerio Fuoglio valerio.fuoglio at gmail.com
Thu Feb 21 21:22:16 CET 2008


SVN commit 777878 by vfuoglio:

Fixed linking error in slideshow/Makefile.am (missing -lXrandr).

Thanks to Rex Dieter for his patch.

CCMAIL: kde-imaging at kde.org
BUG: 158176



 M  +2 -1      NEWS  
 M  +1 -1      slideshow/Makefile.am  


--- branches/extragear/kde3/libs/kipi-plugins/NEWS #777877:777878
@@ -12,7 +12,8 @@
 002 ==> 154849 : GPSSync      : Updates first find only, does not match other than GMT camera time.
 003 ==> 144070 : GPSSync      : Typing coordinates doesn't update the map.
 004 ==> 152526 : GPSSync      : Remember last display options like zoom and map/sattelite/hybrid view.
-005 ==> 
+005 ==> 158176 : SlideShow    : Linking errors in slideshow plugin (missing -lXrandr)
+006 ==> 
 
 v 0.1.5 - RC2
 ---------------------------------------------------------------------------
--- branches/extragear/kde3/libs/kipi-plugins/slideshow/Makefile.am #777877:777878
@@ -14,7 +14,7 @@
 	slideshowkb.cpp
 
 #kipiplugin_slideshow_la_LIBADD = -lkdefx  $(GL_LIBS) $(LIBKIPI_LIBS) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
-kipiplugin_slideshow_la_LIBADD = -lkdefx $(GL_LIBS) $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS)  \
+kipiplugin_slideshow_la_LIBADD = -lkdefx -lXrandr $(GL_LIBS) $(LIBKIPI_LIBS) $(LIBKDCRAW_LIBS)  \
 	                         $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KIO) $(LIB_QT)
 
 kipiplugin_slideshow_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins


More information about the Kde-imaging mailing list