rev 7711 - in branches/kde4/packages/kdebase-workspace/debian: . patches

Fathi Boudra fboudra-guest at alioth.debian.org
Sun Oct 28 22:33:42 UTC 2007


Author: fboudra-guest
Date: 2007-10-28 22:33:42 +0000 (Sun, 28 Oct 2007)
New Revision: 7711

Added:
   branches/kde4/packages/kdebase-workspace/debian/patches/14_find_opengl.diff
Modified:
   branches/kde4/packages/kdebase-workspace/debian/changelog
   branches/kde4/packages/kdebase-workspace/debian/patches/series
Log:
* Add 14_find_opengl patch. Thanks to Pino Toscano.


Modified: branches/kde4/packages/kdebase-workspace/debian/changelog
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/changelog	2007-10-28 22:12:07 UTC (rev 7710)
+++ branches/kde4/packages/kdebase-workspace/debian/changelog	2007-10-28 22:33:42 UTC (rev 7711)
@@ -8,6 +8,7 @@
     libxxf86misc-dev build dependencies.
   * Add *videorecord* to kwin package.
   * Add kdebase-workspace-data build dependency to kdebase-workspace-bin.
+  * Add 14_find_opengl patch. Thanks to Pino Toscano.
 
   +++ Changes by Armin Berres:
 

Added: branches/kde4/packages/kdebase-workspace/debian/patches/14_find_opengl.diff
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/14_find_opengl.diff	                        (rev 0)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/14_find_opengl.diff	2007-10-28 22:33:42 UTC (rev 7711)
@@ -0,0 +1,13 @@
+--- a/kcontrol/infocenter/info/CMakeLists.txt
++++ b/kcontrol/infocenter/info/CMakeLists.txt
+@@ -2,6 +2,10 @@
+ # TODO: HAVE_LIBDEVINFO_H (for Solaris 7 and later)
+ #   to be set if both -ldevinfo and libdevinfo.h exist
+ 
++include(MacroOptionalFindPackage)
++
++macro_optional_find_package(OpenGL)
++
+ check_include_files(devinfo.h HAVE_DEVINFO_H)       # info_fbsd.cpp
+ check_include_files(fstab.h HAVE_FSTAB_H)           # info_linux.cpp
+ check_include_files(linux/raw.h HAVE_LINUX_RAW_H)   # info_linux.cpp

Modified: branches/kde4/packages/kdebase-workspace/debian/patches/series
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/series	2007-10-28 22:12:07 UTC (rev 7710)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/series	2007-10-28 22:33:42 UTC (rev 7711)
@@ -6,3 +6,4 @@
 11_kdm_X_path.diff
 12_be_better_at_honouring_user_kdm_theming.diff
 13_kdm_override_docs.diff
+14_find_opengl.diff




More information about the pkg-kde-commits mailing list