mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
29983c5834
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3450 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
684 B
Diff
20 lines
684 B
Diff
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- matchbox-keyboard.orig/configure.ac
|
|
+++ matchbox-keyboard/configure.ac
|
|
@@ -49,11 +49,11 @@ AC_ARG_ENABLE(applet,
|
|
enable_applet=$enableval,
|
|
enable_applet=no)
|
|
AM_CONDITIONAL(WANT_APPLET, test x$enable_applet = xyes)
|
|
|
|
AC_ARG_ENABLE(debug,
|
|
- AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),,
|
|
+ AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),
|
|
enable_debug=$enableval, enable_debug=no )
|
|
|
|
AC_ARG_WITH(expat-includes,
|
|
AC_HELP_STRING([--with-expat-includes=DIR], [Use Expat includes in DIR]),
|
|
expat_includes=$withval, expat_includes=yes)
|