[gtk-osx] Restore the skip of CUPS on newer-than-Tiger builds



commit 9e370c55f0733521d08490c8019b3b135f591e30
Author: John Ralls <jralls ceridwen us>
Date:   Sat Apr 6 16:04:45 2013 -0700

    Restore the skip of CUPS on newer-than-Tiger builds

 jhbuildrc-gtk-osx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx
index 558531f..32dfea1 100644
--- a/jhbuildrc-gtk-osx
+++ b/jhbuildrc-gtk-osx
@@ -314,6 +314,9 @@ def setup_sdk(target, sdk_version, architectures=[_default_arch]):
     # link libresolv:
     if _osx_version < 5.0 or sdk_version.startswith("10.4"):
         append_autogenargs("glib", 'LIBS="-lresolv"')
+    else:
+        # Tiger's CUPS version is too old
+        skip.append('cups')
 
     # gettext-fw rebuilds gettext with an in-tree libiconv to get
     # around the Apple-provided one not defining _libiconv_init for


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