1
0
Fork 0

configure.ac: Fix comment for HAVE_REMOTE_DESKTOP

It was copy pasted from the HAVE_EGL_DEVICE configuration, but the
comment was not updated. Fix that.
This commit is contained in:
Jonas Ådahl 2017-09-05 11:43:38 +08:00
parent 7ba44e7945
commit 46135d4f0f

View file

@ -245,7 +245,7 @@ AC_ARG_ENABLE(remote-desktop,
)
AS_IF([test "$enable_remote_desktop" = "yes"], [
MUTTER_PC_MODULES="$MUTTER_PC_MODULES libpipewire-0.1 >= 0.1.4"
AC_DEFINE([HAVE_REMOTE_DESKTOP],[1], [Defined if EGLDevice support is enabled])
AC_DEFINE([HAVE_REMOTE_DESKTOP],[1], [Defined if screen cast and remote desktop support is enabled])
])
AM_CONDITIONAL([HAVE_REMOTE_DESKTOP],[test "$enable_remote_desktop" = "yes"])