diff options
Diffstat (limited to 'recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch')
-rw-r--r-- | recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch b/recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch index 33d4a55..2772323 100644 --- a/recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch +++ b/recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch | |||
@@ -1,8 +1,8 @@ | |||
1 | From cf4d2dba7150aad7f85eb7f5df0b0cfa9389da57 Mon Sep 17 00:00:00 2001 | 1 | From 8e79662e7b396325bee3f310a9406c74110cc7f4 Mon Sep 17 00:00:00 2001 |
2 | From: "Yann E. MORIN" <yann.morin.1998@free.fr> | 2 | From: "Yann E. MORIN" <yann.morin.1998@free.fr> |
3 | Date: Sat, 24 Jan 2015 22:07:19 +0100 | 3 | Date: Sat, 24 Jan 2015 22:07:19 +0100 |
4 | Subject: [PATCH 05/21] interface: remove faulty assert() to make weston happy | 4 | Subject: [PATCH] interface: remove faulty assert() to make weston happy at |
5 | at runtime | 5 | runtime |
6 | 6 | ||
7 | This was removed after a discussion on IRC with the weston guys | 7 | This was removed after a discussion on IRC with the weston guys |
8 | ('daniels' on irc.freenode.net/#wayland). | 8 | ('daniels' on irc.freenode.net/#wayland). |
@@ -24,6 +24,3 @@ index eab146e..29e0dee 100755 | |||
24 | dispmanx_client.update_callback(handle, dispmanx_client.update_callback_param); | 24 | dispmanx_client.update_callback(handle, dispmanx_client.update_callback_param); |
25 | } | 25 | } |
26 | } else { | 26 | } else { |
27 | -- | ||
28 | 2.27.0 | ||
29 | |||