summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-keyboard/files
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-10 14:53:36 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-10 14:53:36 +0000
commit29983c5834e29d1cb9a89de617cfc3c6621446b3 (patch)
treee9110c4708e18ab637825629ffa2cd7860a75686 /meta/packages/matchbox-keyboard/files
parent7c628949589d6084ca091a39688dfa14e759e4db (diff)
downloadpoky-29983c5834e29d1cb9a89de617cfc3c6621446b3.tar.gz
matchbox-keyboard: added fix to not enable debug during build (it is r1801 of mb-keyboard)
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3450 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-keyboard/files')
-rw-r--r--meta/packages/matchbox-keyboard/files/silence.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/matchbox-keyboard/files/silence.patch b/meta/packages/matchbox-keyboard/files/silence.patch
new file mode 100644
index 0000000000..af82a6fbeb
--- /dev/null
+++ b/meta/packages/matchbox-keyboard/files/silence.patch
@@ -0,0 +1,19 @@
1---
2 configure.ac | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5--- matchbox-keyboard.orig/configure.ac
6+++ matchbox-keyboard/configure.ac
7@@ -49,11 +49,11 @@ AC_ARG_ENABLE(applet,
8 enable_applet=$enableval,
9 enable_applet=no)
10 AM_CONDITIONAL(WANT_APPLET, test x$enable_applet = xyes)
11
12 AC_ARG_ENABLE(debug,
13- AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),,
14+ AC_HELP_STRING([--enable-debug], [enable debug (verbose) build]),
15 enable_debug=$enableval, enable_debug=no )
16
17 AC_ARG_WITH(expat-includes,
18 AC_HELP_STRING([--with-expat-includes=DIR], [Use Expat includes in DIR]),
19 expat_includes=$withval, expat_includes=yes)