Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226195 Details for
Bug 312513
kde-base/plasma-workspace-4.4.2 automatically links to libxinerama with USE="-xinerama"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch removing link to libXinerama if useflag is not set
kdebase-workspace-xinerama.patch (text/plain), 923 bytes, created by
Andreas K. Hüttel
on 2010-04-01 22:20:59 UTC
(
hide
)
Description:
patch removing link to libXinerama if useflag is not set
Filename:
MIME Type:
Creator:
Andreas K. Hüttel
Created:
2010-04-01 22:20:59 UTC
Size:
923 bytes
patch
obsolete
>diff -r -u kdebase-workspace-4.4.2-orig/ConfigureChecks.cmake kdebase-workspace-4.4.2/ConfigureChecks.cmake >--- kdebase-workspace-4.4.2-orig/ConfigureChecks.cmake 2009-11-21 10:44:36.000000000 +0100 >+++ kdebase-workspace-4.4.2/ConfigureChecks.cmake 2010-04-02 00:04:32.000000000 +0200 >@@ -71,7 +71,14 @@ > macro_bool_to_01(X11_Xcursor_FOUND HAVE_XCURSOR) # many uses > macro_bool_to_01(X11_Xdamage_FOUND HAVE_XDAMAGE) # kwin > macro_bool_to_01(X11_Xfixes_FOUND HAVE_XFIXES) # klipper, kicker, kwin >+ >+if(NOT WITH_X11_Xinerama) >+ set(X11_Xinerama_FOUND FALSE) >+ MESSAGE(STATUS "Disabling Xinerama as requested on commandline.") >+endif(NOT WITH_X11_Xinerama) >+ > macro_bool_to_01(X11_Xinerama_FOUND HAVE_XINERAMA) >+ > macro_bool_to_01(X11_Xrandr_FOUND HAVE_XRANDR) # kwin > macro_bool_to_01(X11_Xrender_FOUND HAVE_XRENDER) # kcontrol/style, kicker > macro_bool_to_01(X11_xf86misc_FOUND HAVE_XF86MISC) # kdesktop and kcontrol/lock
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 312513
: 226195