entrance_0.9.0.010.bb : refresh the patches so this actually builds
[vuplus_openembedded] / packages / e17 / entrance / allow-missing-xsession.patch
1 Index: entrance/configure.ac
2 ===================================================================
3 --- entrance.orig/configure.ac  2009-02-17 10:59:20.000000000 +0000
4 +++ entrance/configure.ac       2009-02-17 13:09:51.000000000 +0000
5 @@ -198,10 +198,10 @@
6             fi
7         ]
8  )
9 -if test ! -x "$xsession" ; then
10 -    AC_MSG_WARN([** $xsession does not exist or is not executable **])
11 -    AC_MSG_WARN([** Please consider overriding with --with-xsession **])
12 -fi
13 +#if test ! -x "$xsession" ; then
14 +#    AC_MSG_WARN([** $xsession does not exist or is not executable **])
15 +#    AC_MSG_WARN([** Please consider overriding with --with-xsession **])
16 +#fi
17  
18  AC_DEFINE_UNQUOTED(ENTRANCE_XSESSION, "$xsession", [Xsession script])
19  AC_SUBST(xsession)