summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 351ff1b)
raw | patch | inline | side by side (parent: 351ff1b)
| author | Modestas Vainius <modestas@vainius.eu> | |
| Wed, 5 May 2010 08:30:23 +0000 (11:30 +0300) | ||
| committer | Modestas Vainius <modestas@vainius.eu> | |
| Wed, 5 May 2010 08:30:23 +0000 (11:30 +0300) |
Look for Pangomm Config include directory in FindGTK2.cmake (Closes: #579718).
Thanks to Sune Vuorela for the patch.
Thanks to Sune Vuorela for the patch.
| debian/changelog | patch | blob | history | |
| debian/patches/FindGTK2_pangommconfig.diff | [new file with mode: 0644] | patch | blob |
| debian/patches/series | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
determination code in FindJNI.cmake (based on OpenJDK 1.6.0_18 + icedtea
patches). This should fix invalid _java_libarch detection on mipsel and
armel (Closes: #544674).
+ - FindGTK2_pangommconfig.diff - look for Pangomm Config include directory
+ in FindGTK2.cmake (Closes: #579718). Thanks to Sune Vuorela for the
+ patch.
-- Modestas Vainius <modax@debian.org> Sat, 01 May 2010 22:25:55 +0300
diff --git a/debian/patches/FindGTK2_pangommconfig.diff b/debian/patches/FindGTK2_pangommconfig.diff
--- /dev/null
@@ -0,0 +1,21 @@
+Author: Sune Vuorela <reportbug@pusling.com>
+Description: Find pangommconfig include directory in FindGTK2
+ There is a small bug in FindGTK2.cmake that makes the include dirs not
+ set properly when using pangomm. Pangomm has, like many of the other
+ libraries, now two include dirs, one for the arch specific 'config'
+ header, and another dir for the arch independent headers.
+Forwarded: no
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579718
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cmake-find-gtk2-pangomm-config;att=1;bug=579718
+Last-Update: 2010-04-30
+
+--- a/Modules/FindGTK2.cmake
++++ b/Modules/FindGTK2.cmake
+@@ -439,6 +439,7 @@ foreach(_GTK2_component ${GTK2_FIND_COMP
+ _GTK2_FIND_LIBRARY (GTK2_CAIROMM_LIBRARY cairomm true true)
+
+ _GTK2_FIND_INCLUDE_DIR(GTK2_PANGOMM_INCLUDE_DIR pangomm.h)
++ _GTK2_FIND_INCLUDE_DIR(GTK2_PANGOMMCONFIG_INCLUDE_DIR pangommconfig.h)
+ _GTK2_FIND_LIBRARY (GTK2_PANGOMM_LIBRARY pangomm true true)
+
+ _GTK2_FIND_INCLUDE_DIR(GTK2_SIGC++_INCLUDE_DIR sigc++/sigc++.h)
diff --git a/debian/patches/series b/debian/patches/series
--- a/debian/patches/series
+++ b/debian/patches/series
hurd_platform.diff
kFreeBSD_fixes.diff
+FindGTK2_pangommconfig.diff
FindJNI_fix_libarch_determination.diff
