Bug-Debian: https://bugs.debian.org/
1014875
Forwarded: no
Last-Update: 2022-08-08 <YYYY-MM-DD, last update of the meta-information, optional>
This define is defined in GL/gl.h, so there must be some missing include
somewhere. This patch just adds the include…
Last-Update: 2022-08-08 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name fix-
1014875-arm-FTBFS.patch
#include <cassert>
+#include "config.h"
+#ifdef HAVE_GL_GL_H
+#include <GL/gl.h>
+#endif
+
#include <QAction>
#include <QApplication>
#include <QDebug>