https://bugs.kde.org/show_bug.cgi?id=373097
Bhushan Shah changed:
What|Removed |Added
CC||bhus...@gmail.com
--- Comment #7 from Bhushan Sh
https://bugs.kde.org/show_bug.cgi?id=373097
bluescreenaven...@gmail.com changed:
What|Removed |Added
Resolution|UPSTREAM|FIXED
--- Comment #6 from bluescre
https://bugs.kde.org/show_bug.cgi?id=373097
Martin Gräßlin changed:
What|Removed |Added
Resolution|--- |UPSTREAM
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=373097
--- Comment #4 from bluescreenaven...@gmail.com ---
after some grepping, I found out kwin is getting it's eglplatform from
libepoxy, of which I remembered I am building with my scripts. Knocking it down
from master to 1.3.1 allows kwin to build. I had it
https://bugs.kde.org/show_bug.cgi?id=373097
--- Comment #3 from Martin Gräßlin ---
eglplatform.h has multiple sections like:
#elif defined(__WINSCW__) || defined(__SYMBIAN32__) /* Symbian */
typedef int EGLNativeDisplayType;
typedef void *EGLNativeWindowType;
typedef void *EGLNativePixmapTyp
https://bugs.kde.org/show_bug.cgi?id=373097
--- Comment #2 from bluescreenaven...@gmail.com ---
Hi.
Where do I explicitly check for this? I think it's probably the one from
/opt/include ...
I do set CPATH
export INSTALLDIR=/opt
export CPATH=$INSTALLDIR/include
--
You are receiving this mail b
https://bugs.kde.org/show_bug.cgi?id=373097
Martin Gräßlin changed:
What|Removed |Added
CC||ro...@kde.org
--- Comment #1 from Martin Gräßl