diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-05 17:04:13 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-05 17:05:18 +0000 |
commit | 4d11148c15e98cc8713f5a0935bb19aaf151f16e (patch) | |
tree | a886a5018dd2ede30f29ba3234a5974e8786726b /community/audacious-plugins/0001-qtglspectrum-work-around-qt-including-opengles.patch | |
parent | ad93470a5020721d86b78afb2b58a350dbb21f76 (diff) | |
download | aports-4d11148c15e98cc8713f5a0935bb19aaf151f16e.tar.bz2 aports-4d11148c15e98cc8713f5a0935bb19aaf151f16e.tar.xz |
community/audacious-plugins: upgrade to 4.0.1
Diffstat (limited to 'community/audacious-plugins/0001-qtglspectrum-work-around-qt-including-opengles.patch')
-rw-r--r-- | community/audacious-plugins/0001-qtglspectrum-work-around-qt-including-opengles.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/community/audacious-plugins/0001-qtglspectrum-work-around-qt-including-opengles.patch b/community/audacious-plugins/0001-qtglspectrum-work-around-qt-including-opengles.patch deleted file mode 100644 index f8f11223dc..0000000000 --- a/community/audacious-plugins/0001-qtglspectrum-work-around-qt-including-opengles.patch +++ /dev/null @@ -1,23 +0,0 @@ -From a51aa5fc4133da3359854d1ba03584a1f97a360f Mon Sep 17 00:00:00 2001 -From: Ariadne Conill <ariadne@dereferenced.org> -Date: Sun, 22 Mar 2020 03:20:18 -0500 -Subject: [PATCH] qtglspectrum: work around Qt including OpenGLES headers - instead of OpenGL headers on ARM systems - ---- - src/qtglspectrum/gl-spectrum.cc | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/qtglspectrum/gl-spectrum.cc b/src/qtglspectrum/gl-spectrum.cc -index 7c80f5e00..0e0c03cf7 100644 ---- a/src/qtglspectrum/gl-spectrum.cc -+++ b/src/qtglspectrum/gl-spectrum.cc -@@ -31,6 +31,8 @@ - #include <QGLWidget> - #include <QGLFunctions> - -+#include <GL/gl.h> -+ - #define NUM_BANDS 32 - #define DB_RANGE 40 - |