mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: remove the experimental_image var from configure
Since the image backend is something now dealt with by Cogl there is no need to check the experimental status of the backend in the Clutter configure script. Reviewed-by: Neil Roberts <neil@linux.intel.com> Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
63cc5ab698
commit
14b3ec8485
@ -182,7 +182,6 @@ CLUTTER_WINSYS=
|
||||
glesversion=1.1
|
||||
use_gles2_wrapper=no
|
||||
experimental_backend=no
|
||||
experimental_image=no
|
||||
|
||||
AC_ARG_WITH([flavour],
|
||||
[AS_HELP_STRING([--with-flavour=@<:@glx/opengl-egl-xlib/wayland/eglx/eglnative/osx/win32/cex100@:>@],
|
||||
@ -1049,9 +1048,7 @@ fi
|
||||
echo ""
|
||||
|
||||
# General warning about experimental features
|
||||
if test "x$experimental_backend" = "xyes" ||
|
||||
test "x$experimental_image" = "xyes"
|
||||
then
|
||||
if test "x$experimental_backend" = "xyes"; then
|
||||
echo ""
|
||||
echo "☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠"
|
||||
echo " *WARNING*"
|
||||
|
Loading…
Reference in New Issue
Block a user