diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-18 20:55:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-18 21:56:28 +0100 |
| commit | 853bc53cd58a621918f0e5ce662dba263d1befb4 (patch) | |
| tree | 235185053c52a75b78a81fd7a6c152d785a2086f | |
| parent | 4ed858bc765ec6f354731f6c6777b07ce51b4792 (diff) | |
| download | poky-853bc53cd58a621918f0e5ce662dba263d1befb4.tar.gz | |
qemu: Fix broken patch1.5_M5.rc4
(From OE-Core rev: 9934141d5df9d334f7f7f76e1990234af8a25a63)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/qemu/files/disable-grabs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/files/disable-grabs.patch b/meta/recipes-devtools/qemu/files/disable-grabs.patch index 0e82cc8688..99ad00b2e3 100644 --- a/meta/recipes-devtools/qemu/files/disable-grabs.patch +++ b/meta/recipes-devtools/qemu/files/disable-grabs.patch | |||
| @@ -55,7 +55,7 @@ index 39a42d6..6095aa6 100644 | |||
| 55 | gui_grab = 0; | 55 | gui_grab = 0; |
| 56 | sdl_show_cursor(); | 56 | sdl_show_cursor(); |
| 57 | sdl_update_caption(); | 57 | sdl_update_caption(); |
| 58 | @@ -909,7 +912,8 @@ void sdl_display_init(DisplayState *ds, int full_screen, int no_frame) | 58 | @@ -909,6 +912,8 @@ void sdl_display_init(DisplayState *ds, |
| 59 | * This requires SDL >= 1.2.14. */ | 59 | * This requires SDL >= 1.2.14. */ |
| 60 | setenv("SDL_DISABLE_LOCK_KEYS", "1", 1); | 60 | setenv("SDL_DISABLE_LOCK_KEYS", "1", 1); |
| 61 | 61 | ||
