aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ivi/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ivi/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch b/meta-ivi/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
index 0e11a8c..6bdd0c5 100644
--- a/meta-ivi/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
+++ b/meta-ivi/recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
@@ -26,7 +26,7 @@ Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
AC_ARG_ENABLE(weston-launch, [ --enable-weston-launch],, enable_weston_launch=yes)
AM_CONDITIONAL(BUILD_WESTON_LAUNCH, test x$enable_weston_launch == xyes)
-if test x$enable_weston_launch == xyes; then
-+if test x$enable_weston_launch == xyes -a x$use_pam = xyes; then
++if test x$enable_weston_launch == xyes -a x$with_pam = xyes; then
WESTON_SEARCH_LIBS([PAM], [pam], [pam_open_session], [have_pam=yes], [have_pam=no])
if test x$have_pam == xno; then
- AC_ERROR([weston-launch requires pam])
@@ -50,7 +50,7 @@ Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Enable developer documentation ${enable_devdocs}
weston-launch utility ${enable_weston_launch}
-+ PAM support ${use_pam}
++ PAM support ${with_pam}
systemd-login support ${have_systemd_login}
systemd notify support ${enable_systemd_notify}