[gtkmm] Fix the build for Quartz (MacOS)



commit caaf8d9541d8ef599097456ba2cc9c3fc04bb4a9
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 28 11:11:01 2011 +0100

    Fix the build for Quartz (MacOS)
    
    * configure.ac: Read the gtk+-3.0 target variable and
    use the result to set appropriate automake conditionals (in theory, a
    particular Gtk+-3 library can contain multiple backends, though this
    isn't strictly true in practice).
    Also makes the check for HOST_WINDOWS_NATIVE conditional on having a
    Win32 backend.
    * gtk/src/filelist.am: Add a new target gtkmm_files_x11_hg, including
    plug.hg and socket.hg in it. It's added to gtkmm_files_arch_hg only if
    there's an X11 backend to build them against.
    Bug #662975

 ChangeLog |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9feb5ac..3c3e972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-11-28  John Ralls <jralls ceridwen us>
+
+	Fix the build for Quartz (MacOS)
+    
+	* configure.ac: Read the gtk+-3.0 target variable and
+	use the result to set appropriate automake conditionals (in theory, a
+	particular Gtk+-3 library can contain multiple backends, though this
+	isn't strictly true in practice).
+	Also makes the check for HOST_WINDOWS_NATIVE conditional on having a 
+	Win32 backend.
+	* gtk/src/filelist.am: Add a new target gtkmm_files_x11_hg, including
+	plug.hg and socket.hg in it. It's added to gtkmm_files_arch_hg only if
+	there's an X11 backend to build them against.
+	Bug #662975
+
 2011-09-26 Murray Cumming <murrayc murrayc com>
 
 	Add back Application, though it is not ready yet.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]