Bug 233017 - ksplash (and systemsettings) autodetect presence of libxinerama at build time, no way to disable
Summary: ksplash (and systemsettings) autodetect presence of libxinerama at build time...
Status: RESOLVED UNMAINTAINED
Alias: None
Product: ksplash
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 01:35 UTC by Andreas K. Huettel
Modified: 2015-01-20 12:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?