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.1-opengl.patch
Date: Thu, 07 Feb 2008 00:13:02
Message-Id: E1JMuNr-0000PE-1f@stork.gentoo.org
1 philantrop 08/02/07 00:12:55
2
3 Added: systemsettings-4.0.1-opengl.patch
4 Log:
5 Version bump to KDE 4.0.1.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.1 kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/systemsettings/files/systemsettings-4.0.1-opengl.patch?rev=1.1&content-type=text/plain
13
14 Index: systemsettings-4.0.1-opengl.patch
15 ===================================================================
16 --- workspace/CMakeLists.txt (revision 767202)
17 +++ workspace/CMakeLists.txt (working copy)
18 @@ -16,8 +16,6 @@
19 include (MacroLibrary)
20 include (KDE4Defaults)
21
22 -macro_optional_find_package(OpenGL)
23 -
24 include(ConfigureChecks.cmake)
25 configure_file(config-unix.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-unix.h )
26 configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h )
27 --- workspace/kcontrol/screensaver/CMakeLists.txt
28 +++ workspace/kcontrol/screensaver/CMakeLists.txt
29 @@ -1,5 +1,7 @@
30
31 +if(OPENGL_FOUND)
32 check_library_exists(GL glXChooseVisual "" HAVE_GLXCHOOSEVISUAL)
33 +endif(OPENGL_FOUND)
34 configure_file (config-screensaver.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-screensaver.h )
35
36 add_definitions (-DQT3_SUPPORT)
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list