summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/matchbox-keyboard/files/silence.patch19
-rw-r--r--meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb3
2 files changed, 21 insertions, 1 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)
diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
index 20461a40d7..96fb5496d4 100644
--- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
+++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
@@ -4,9 +4,10 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
4RDEPENDS = "formfactor" 4RDEPENDS = "formfactor"
5SECTION = "x11" 5SECTION = "x11"
6PV = "0.0+svn${SRCDATE}" 6PV = "0.0+svn${SRCDATE}"
7PR = "r7" 7PR = "r8"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
10 file://silence.patch;patch=1 \
10 file://80matchboxkeyboard" 11 file://80matchboxkeyboard"
11 12
12S = "${WORKDIR}/${PN}" 13S = "${WORKDIR}/${PN}"