Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/systemsettings/files: systemsettings-4.0.2-opengl.patch
Date: Tue, 11 Mar 2008 03:02:56
Message-Id: E1JYs1C-0003gn-QD@stork.gentoo.org
1 philantrop 08/03/11 00:06:58
2
3 Added: systemsettings-4.0.2-opengl.patch
4 Log:
5 Version bump to KDE 4.0.2.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 kde-base/systemsettings/files/systemsettings-4.0.2-opengl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/systemsettings/files/systemsettings-4.0.2-opengl.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/systemsettings/files/systemsettings-4.0.2-opengl.patch?rev=1.1&content-type=text/plain
13
14 Index: systemsettings-4.0.2-opengl.patch
15 ===================================================================
16 --- workspace/kcontrol/screensaver/CMakeLists.txt
17 +++ workspace/kcontrol/screensaver/CMakeLists.txt
18 @@ -1,5 +1,7 @@
19
20 +if(OPENGL_FOUND)
21 check_library_exists(GL glXChooseVisual "" HAVE_GLXCHOOSEVISUAL)
22 +endif(OPENGL_FOUND)
23 configure_file (config-screensaver.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-screensaver.h )
24
25 add_definitions (-DQT3_SUPPORT)
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list