mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
build-sys: allow explicitely disabling remote-desktop and egl-device
https://bugzilla.gnome.org/show_bug.cgi?id=789958 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
cac1fea4de
commit
0cd07cd864
@ -239,8 +239,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(remote-desktop,
|
AC_ARG_ENABLE(remote-desktop,
|
||||||
AS_HELP_STRING([--enable-remote-desktop], [enable support for remote desktop and screen cast]),
|
AS_HELP_STRING([--enable-remote-desktop], [enable support for remote desktop and screen cast]),,
|
||||||
enable_remote_desktop=yes,
|
|
||||||
enable_remote_desktop=no
|
enable_remote_desktop=no
|
||||||
)
|
)
|
||||||
AS_IF([test "$enable_remote_desktop" = "yes"], [
|
AS_IF([test "$enable_remote_desktop" = "yes"], [
|
||||||
@ -282,8 +281,7 @@ AS_IF([test "$have_native_backend" = "yes"], [
|
|||||||
AM_CONDITIONAL([HAVE_NATIVE_BACKEND],[test "$have_native_backend" = "yes"])
|
AM_CONDITIONAL([HAVE_NATIVE_BACKEND],[test "$have_native_backend" = "yes"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(egl-device,
|
AC_ARG_ENABLE(egl-device,
|
||||||
AS_HELP_STRING([--enable-egl-device], [enable support for EGLDevice on top of KMS]),
|
AS_HELP_STRING([--enable-egl-device], [enable support for EGLDevice on top of KMS]),,
|
||||||
enable_egl_device=yes,
|
|
||||||
enable_egl_device=no
|
enable_egl_device=no
|
||||||
)
|
)
|
||||||
AS_IF([test "$enable_egl_device" = "yes"], [
|
AS_IF([test "$enable_egl_device" = "yes"], [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user