From kde-bugs-dist Mon Oct 20 19:56:47 2014 From: Arno Rehn Date: Mon, 20 Oct 2014 19:56:47 +0000 To: kde-bugs-dist Subject: [kwin] [Bug 340170] New: Build system doesn't honour the OpenGL (ES) paths that are provided by Qt5 Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=141383501722891 https://bugs.kde.org/show_bug.cgi?id=340170 Bug ID: 340170 Summary: Build system doesn't honour the OpenGL (ES) paths that are provided by Qt5 Product: kwin Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-null@kde.org Reporter: arno@arnorehn.de The CMake scripts for KWin try to find the OpenGL (ES) libraries and include directories again, even though Qt5 might already be providing them. On platforms where the libraries are in non-standard locations (like the raspberry pi for example) this leads to quite some maintenance burden: every package ignoring Qt5's paths will have to be provided with the non-standard paths. The libs should already be present in ${Qt5Gui_OPENGL_LIBRARIES} and similar. Reproducible: Always Steps to Reproduce: Compile on a system with GL libraries in non-standard places. -- You are receiving this mail because: You are watching all bug changes.