mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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:
parent
50868579a0
commit
0ea346bcf7
@ -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>
|
2008-11-25 Neil Roberts <neil@linux.intel.com>
|
||||||
|
|
||||||
Bug 1299 - clutter_score_remove will segmentation fault if
|
Bug 1299 - clutter_score_remove will segmentation fault if
|
||||||
|
@ -384,11 +384,6 @@ case $clutterbackend in
|
|||||||
AC_MSG_ERROR([GLX not found and GLX backend requested]);
|
AC_MSG_ERROR([GLX not found and GLX backend requested]);
|
||||||
fi
|
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_LIBS="$X11_LIBS -lGL"
|
||||||
GLX_CFLAGS="$X11_CFLAGS"
|
GLX_CFLAGS="$X11_CFLAGS"
|
||||||
backendextra=x11
|
backendextra=x11
|
||||||
|
Loading…
Reference in New Issue
Block a user