https://bugs.kde.org/show_bug.cgi?id=357708
Bug ID: 357708 Summary: krita fails to build against qt built with OpenGLES support Product: krita Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: krita-bugs-n...@kde.org Reporter: heire...@exherbo.org My qt is built with -opengl es2 and it's causing krita to fail during build probably due to missing some include dirs for that case: "var/tmp/paludis/build/media-gfx-krita-scm/work/krita-scm/krita/ui/opengl/kis_opengl_image_textures.cpp: In member function 'void KisOpenGLImageTextures::updateTextureFormat()': /var/tmp/paludis/build/media-gfx-krita-scm/work/krita-scm/krita/ui/opengl/kis_opengl_image_textures.cpp:511:49: error: 'GL_RGBA16F_ARB' was not declared in this scope m_texturesInfo.internalFormat = GL_RGBA16F_ARB; ^ /var/tmp/paludis/build/media-gfx-krita-scm/work/krita-scm/krita/ui/opengl/kis_opengl_image_textures.cpp:515:49: error: 'GL_RGBA_FLOAT16_ATI' was not declared in this scope m_texturesInfo.internalFormat = GL_RGBA_FLOAT16_ATI; ..." Full log uploaded here (too big to attach): https://gist.github.com/raw/df51984619a907d7f03c If I compile qt with -opengl desktop krita compiles fine. -- You are receiving this mail because: You are watching all bug changes.