mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #7423 from heitbaum/glmark2
glmark2: update to 2023.01
This commit is contained in:
commit
033ef97c74
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="glmark2"
|
PKG_NAME="glmark2"
|
||||||
PKG_VERSION="2021.12"
|
PKG_VERSION="2023.01"
|
||||||
PKG_SHA256="9f111284b2ef1d3fce91928e249e6ca00796a036831b063a549a0f3b03557a95"
|
PKG_SHA256="8fece3fc323b643644a525be163dc4931a4189971eda1de8ad4c1712c5db3d67"
|
||||||
PKG_LICENSE="GPL-3.0-or-later"
|
PKG_LICENSE="GPL-3.0-or-later"
|
||||||
PKG_SITE="https://github.com/glmark2/glmark2"
|
PKG_SITE="https://github.com/glmark2/glmark2"
|
||||||
PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/glmark2/glmark2/archive/${PKG_VERSION}.tar.gz"
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
From d1ca3f53c96dc8a4048b17dc16147a8fac782d4a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexandros Frantzis <alexandros.frantzis@collabora.com>
|
|
||||||
Date: Mon, 14 Feb 2022 13:54:09 +0200
|
|
||||||
Subject: [PATCH] libmatrix: Add missing <utility> include
|
|
||||||
|
|
||||||
Fixes compilation with GCC 12.
|
|
||||||
|
|
||||||
Fixes #169
|
|
||||||
---
|
|
||||||
src/libmatrix/program.h | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/libmatrix/program.h b/src/libmatrix/program.h
|
|
||||||
index f95b470..1c9de08 100644
|
|
||||||
--- a/src/libmatrix/program.h
|
|
||||||
+++ b/src/libmatrix/program.h
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
|
||||||
#include <map>
|
|
||||||
+#include <utility>
|
|
||||||
#include "mat.h"
|
|
||||||
|
|
||||||
// Simple shader container. Abstracts all of the OpenGL bits, but leaves
|
|
Loading…
x
Reference in New Issue
Block a user