2008-11-25 Emmanuele Bassi <ebassi@linux.intel.com>

* configure.ac: Remove stray dependency on gdk-pixbuf-xlib; we
	don't use the xlib specific API anymore. (thanks to Matthias
	Clasen)
This commit is contained in:
Emmanuele Bassi 2008-11-25 16:45:47 +00:00
parent 50868579a0
commit 0ea346bcf7
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2008-11-25 Emmanuele Bassi <ebassi@linux.intel.com>
* configure.ac: Remove stray dependency on gdk-pixbuf-xlib; we
don't use the xlib specific API anymore. (thanks to Matthias
Clasen)
2008-11-25 Neil Roberts <neil@linux.intel.com>
Bug 1299 - clutter_score_remove will segmentation fault if

View File

@ -384,11 +384,6 @@ case $clutterbackend in
AC_MSG_ERROR([GLX not found and GLX backend requested]);
fi
if test "x$imagebackend" = "xgdk-pixbuf"; then
# xlib pixbuf needed for exporting the stage
BACKEND_PC_FILES="gdk-pixbuf-xlib-2.0"
fi
GLX_LIBS="$X11_LIBS -lGL"
GLX_CFLAGS="$X11_CFLAGS"
backendextra=x11