mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
glew: update to glew-1.13.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
90ec708df2
commit
a2f88de5a1
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="glew"
|
PKG_NAME="glew"
|
||||||
PKG_VERSION="1.10.0"
|
PKG_VERSION="1.13.0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
|
@ -1,26 +1,11 @@
|
|||||||
From ba254faae130080d5045d8fd97dc1f232b391d2f Mon Sep 17 00:00:00 2001
|
diff -Naur glew-1.13.0/glew.pc.in glew-1.13.0.patch/glew.pc.in
|
||||||
From: Stefan Saraev <stefan@saraev.ca>
|
--- glew-1.13.0/glew.pc.in 2015-08-10 13:47:22.000000000 +0200
|
||||||
Date: Sat, 16 Aug 2014 17:03:32 +0300
|
+++ glew-1.13.0.patch/glew.pc.in 2015-11-19 10:01:42.694904497 +0100
|
||||||
Subject: [PATCH] fix pkgconf
|
@@ -1,6 +1,6 @@
|
||||||
|
|
||||||
---
|
|
||||||
glew.pc.in | 4 ++--
|
|
||||||
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/glew.pc.in b/glew.pc.in
|
|
||||||
index 4c934af..35ef2ac 100644
|
|
||||||
--- a/glew.pc.in
|
|
||||||
+++ b/glew.pc.in
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=${prefix}
|
||||||
-libdir=@libdir@
|
-libdir=@libdir@
|
||||||
-includedir=@includedir@
|
|
||||||
+includedir=${prefix}/include
|
|
||||||
+libdir=${exec_prefix}/lib
|
+libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: glew
|
Name: glew
|
||||||
Description: The OpenGL Extension Wrangler library
|
|
||||||
--
|
|
||||||
1.7.2.5
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user