-rw-r--r-- | misc/glmark2/glmark2-2017.07/compatibility_with_fbdev.patch | 18 |
diff --git a/misc/glmark2/glmark2-2017.07/compatibility_with_fbdev.patch b/misc/glmark2/glmark2-2017.07/compatibility_with_fbdev.patch index c992d69..05f97e5 100644 --- a/misc/glmark2/glmark2-2017.07/compatibility_with_fbdev.patch +++ b/misc/glmark2/glmark2-2017.07/compatibility_with_fbdev.patch @@ -1,5 +1,16 @@ -# Copyright 2018 NXP -# Modify files native-state-x11.cpp and native-state-x11.h for compatibility with fbdev (#define EGL_API_FB) +From: Quy Nguyen Viet <quy.nguyenviet@nxp.com> +Date: Fri, 23 Mar 2018 11:50:34 +0700 +Subject: [PATCH] Update for compatibility with fbdev + +Modify files native-state-x11.cpp and native-state-x11.h for compatibility +with fbdev (#define EGL_API_FB) + +Signed-off-by: Quy Nguyen Viet <quy.nguyenviet@nxp.com> +--- + src/native-state-x11.cpp | 48 ++++++++++++++++++++++++++++++++++++++++++++---- + src/native-state-x11.h | 9 +++++++++ + 2 files changed, 53 insertions(+), 4 deletions(-) + diff --git a/src/native-state-x11.cpp b/src/native-state-x11.cpp index 3c1703b..0182e81 100644 --- a/src/native-state-x11.cpp @@ -175,3 +186,6 @@ index cc8b83f..25af79b 100644 WindowProperties properties_; }; +-- +1.9.1 + |