diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-03-23 13:17:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:55:49 +0100 |
commit | 1209eb2841c5a4f333f31b1c6a0148fef2bc5795 (patch) | |
tree | 8015714ebcada01ca07367ad6538969453626a5c /meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | |
parent | 036167693ae495e5613db20b83c1c59aa8fbc163 (diff) | |
download | poky-1209eb2841c5a4f333f31b1c6a0148fef2bc5795.tar.gz |
matchbox-desktop: Do not close desktop on alt-F4
There are cases where user can close the desktop with a
well timed alt-F4: prevent this from happening
[YOCTO #2063]
(From OE-Core rev: e0c5bcb73f3663990ccb489a75cbc59927fc9e13)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index 318d2e0809..dbe8c11451 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | |||
@@ -13,7 +13,9 @@ SECTION = "x11/wm" | |||
13 | SRCREV = "71e3e6e04271e9d5a14f1c231ef100c7f320134d" | 13 | SRCREV = "71e3e6e04271e9d5a14f1c231ef100c7f320134d" |
14 | PV = "2.0+git${SRCPV}" | 14 | PV = "2.0+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2" | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2 \ |
17 | file://0001-Do-nothing-on-delete-event-when-not-STANDALONE.patch \ | ||
18 | " | ||
17 | 19 | ||
18 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" | 20 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" |
19 | 21 | ||