Bug 233017

Summary: ksplash (and systemsettings) autodetect presence of libxinerama at build time, no way to disable
Product: [Plasma] ksplash Reporter: Andreas K. Huettel <dilfridge>
Component: generalAssignee: Lubos Lunak <l.lunak>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: kde, reavertm, spatz
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andreas K. Huettel 2010-04-02 01:35:12 UTC
Version:           4.4.2 (using KDE 4.4.1)
Compiler:          gcc 4.3.4 
OS:                Linux
Installed from:    Gentoo Packages

http://bugs.gentoo.org/show_bug.cgi?id=312513

KDE 4.4.2  <---

The kdebase-workspace-4.4.2 cmake files detect for the presence of libxinerama at build time. If it's there, it is enabled and linked, and there is no way of disabling this on the command line. 

This affects ksplash and systemsettings.

See above url for more info and a workaround patch.
Comment 1 Maciej Mrozowski 2010-05-03 21:27:36 UTC
Issue is introduced by FindX11.cmake, and I think in longer run this module should be split to separate CMake modules (FindXinerama, FindXRender, FindXRandr etc) as those libraries are actually distributed separately since X.Org was forked off from XFree86
Comment 2 David Edmundson 2015-01-20 12:17:18 UTC
This is really old, is this still a problem in Plasma 5?