diff mbox

[07/30] package/matchbox: make matchbox-fakekey a real package

Message ID 50fde3fb58a4b07ca643b0a24b5635db02318ad8.1429725549.git.yann.morin.1998@free.fr
State Changes Requested
Headers show

Commit Message

Yann E. MORIN April 22, 2015, 6:09 p.m. UTC
Currently, matchbox-fakekey is missing a Kconfig entry, but is so far
solely a build-time dependency of matchbox-keyboard.

So, make it a real package, and select it from matchbox-keyboard.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/matchbox/Config.in                  | 2 ++
 package/matchbox/matchbox-fakekey/Config.in | 2 ++
 2 files changed, 4 insertions(+)
 create mode 100644 package/matchbox/matchbox-fakekey/Config.in

Comments

Arnout Vandecappelle April 23, 2015, 9:54 p.m. UTC | #1
On 04/22/15 20:09, Yann E. MORIN wrote:
> Currently, matchbox-fakekey is missing a Kconfig entry, but is so far
> solely a build-time dependency of matchbox-keyboard.
> 
> So, make it a real package, and select it from matchbox-keyboard.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

> ---
>  package/matchbox/Config.in                  | 2 ++
>  package/matchbox/matchbox-fakekey/Config.in | 2 ++
>  2 files changed, 4 insertions(+)
>  create mode 100644 package/matchbox/matchbox-fakekey/Config.in
> 
> diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
> index ead2649..8d4ebc7 100644
> --- a/package/matchbox/Config.in
> +++ b/package/matchbox/Config.in
> @@ -24,11 +24,13 @@ source "package/matchbox/matchbox-wm/Config.in"
>  source "package/matchbox/matchbox-panel/Config.in"
>  source "package/matchbox/matchbox-desktop/Config.in"
>  source "package/matchbox/matchbox-common/Config.in"
> +source "package/matchbox/matchbox-fakekey/Config.in"
>  
>  config BR2_PACKAGE_MATCHBOX_KEYBOARD
>  	bool "Matchbox Virtual Keyboard"
>  	select BR2_PACKAGE_XLIB_LIBXTST
>  	select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
> +	select BR2_PACKAGE_MATCHBOX_FAKEKEY
>  	help
>  	  Virtual Keyboard
>  
> diff --git a/package/matchbox/matchbox-fakekey/Config.in b/package/matchbox/matchbox-fakekey/Config.in
> new file mode 100644
> index 0000000..334f3a2
> --- /dev/null
> +++ b/package/matchbox/matchbox-fakekey/Config.in
> @@ -0,0 +1,2 @@
> +config BR2_PACKAGE_MATCHBOX_FAKEKEY
> +	bool
>
diff mbox

Patch

diff --git a/package/matchbox/Config.in b/package/matchbox/Config.in
index ead2649..8d4ebc7 100644
--- a/package/matchbox/Config.in
+++ b/package/matchbox/Config.in
@@ -24,11 +24,13 @@  source "package/matchbox/matchbox-wm/Config.in"
 source "package/matchbox/matchbox-panel/Config.in"
 source "package/matchbox/matchbox-desktop/Config.in"
 source "package/matchbox/matchbox-common/Config.in"
+source "package/matchbox/matchbox-fakekey/Config.in"
 
 config BR2_PACKAGE_MATCHBOX_KEYBOARD
 	bool "Matchbox Virtual Keyboard"
 	select BR2_PACKAGE_XLIB_LIBXTST
 	select BR2_PACKAGE_XLIB_LIBXFT if !BR2_PACKAGE_CAIRO
+	select BR2_PACKAGE_MATCHBOX_FAKEKEY
 	help
 	  Virtual Keyboard
 
diff --git a/package/matchbox/matchbox-fakekey/Config.in b/package/matchbox/matchbox-fakekey/Config.in
new file mode 100644
index 0000000..334f3a2
--- /dev/null
+++ b/package/matchbox/matchbox-fakekey/Config.in
@@ -0,0 +1,2 @@ 
+config BR2_PACKAGE_MATCHBOX_FAKEKEY
+	bool