Received: from [131.252.208.82] (helo=gabe.freedesktop.org)
	by mx26.web.de with esmtp (WEB.DE 4.104 #268)
	id 1DMmpf-00025r-00; Sat, 16 Apr 2005 14:55:31 +0200
Received: from gabe.freedesktop.org (localhost.localdomain [127.0.0.1])
	by gabe.freedesktop.org (Postfix) with ESMTP id 584F19EA82;
	Sat, 16 Apr 2005 05:55:26 -0700 (PDT)
X-Original-To: hal@lists.freedesktop.org
Delivered-To: hal@lists.freedesktop.org
Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192])
	by gabe.freedesktop.org (Postfix) with ESMTP id 64A099E7DD
	for <hal@lists.freedesktop.org>; Sat, 16 Apr 2005 05:55:22 -0700 (PDT)
Received: by wproxy.gmail.com with SMTP id 37so1261404wra
	for <hal@lists.freedesktop.org>; Sat, 16 Apr 2005 05:55:21 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
	h=received:from:to:subject:date:user-agent:x-face:mime-version:content-type:message-id;
	b=sUaVwOnUg23P39cwW19kHKCYokg443QgmiA2u0UX6hmWZYJhbsq5/PJJgVzmNuUZ8YUMkWiCSpIoR34s75iQP7J729mAXzQ2CZgKl3V+msIkOETdp3cQEs0fDW6GqA9/1ENIRSnv/Oib9cdgVpKZBqvuTjuf0YCJtQ83wWtQOio=
Received: by 10.54.43.72 with SMTP id q72mr721594wrq;
	Sat, 16 Apr 2005 05:55:21 -0700 (PDT)
Received: from ?192.168.1.154? ([210.49.81.75])
	by mx.gmail.com with ESMTP id g2sm433048wra.2005.04.16.05.55.20;
	Sat, 16 Apr 2005 05:55:21 -0700 (PDT)
From: Rohan <rohan.pm@gmail.com>
To: hal@lists.freedesktop.org
Date: Sat, 16 Apr 2005 22:55:19 +1000
User-Agent: KMail/1.8
X-Face: $xAF~&S=, Hv)Dszv-drnq"c]Y|#0s:jd_sMJ|tR?y}BC&lw=_]29WeE7/Xvckz1ON4L8>g
	"&ZgiT[fO)_~x2hK92-*0v[6Vq\jxsIOe`'&T}{l',i9U87o5pKdmgLkRzyKrs)eU; Oks8
	2*y~w33R^6H1tKYbeX7[!?LTJ(Q<Uj~/^=Y$j`buYyieA7<eB4Q`:
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
  boundary="Boundary-00=_4sQYCAMfW7e8k33"
Message-Id: <200504162255.20470.rohan.pm@gmail.com>
Subject: [PATCH] Glib dependency
X-BeenThere: hal@lists.freedesktop.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Hardware Abstraction Layer technical discussion
	<hal.lists.freedesktop.org>
List-Unsubscribe: <http://lists.freedesktop.org/mailman/listinfo/hal>,
	<mailto:hal-request@lists.freedesktop.org?subject=unsubscribe>
List-Archive: <http://lists.freedesktop.org/archives/hal>
List-Post: <mailto:hal@lists.freedesktop.org>
List-Help: <mailto:hal-request@lists.freedesktop.org?subject=help>
List-Subscribe: <http://lists.freedesktop.org/mailman/listinfo/hal>,
	<mailto:hal-request@lists.freedesktop.org?subject=subscribe>
Errors-To: hal-bounces@lists.freedesktop.org
Sender: hal-bounces@lists.freedesktop.org
Status: RO
X-Status: ORT
X-KMail-EncryptionState: N
X-KMail-SignatureState: N
X-KMail-MDN-Sent:  
X-UID: 0

--Boundary-00=_4sQYCAMfW7e8k33
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi all,

Current HAL CVS seems to require Glib 2.6 or higher (because g_strv_length is 
used), but ./configure only checks for 2.2.2 or higher.  Here's a fix.

 - Rohan McGovern

--Boundary-00=_4sQYCAMfW7e8k33
Content-Type: text/x-diff;
  charset="us-ascii";
  name="configure.in.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
	filename="configure.in.patch"

--- configure.in	2005-04-12 04:51:50.000000000 +1000
+++ configure.in	2005-04-17 01:20:16.876113368 +1000
@@ -189,7 +189,7 @@
 fi
 
 dbus_module="dbus-1 >= 0.33"
-pkg_modules="glib-2.0 >= 2.2.2, gobject-2.0 >= 2.2.2, dbus-glib-1 >= 0.33, $dbus_module"
+pkg_modules="glib-2.0 >= 2.6.0, gobject-2.0 >= 2.2.2, dbus-glib-1 >= 0.33, $dbus_module"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 
 EXPAT_LIB=""

--Boundary-00=_4sQYCAMfW7e8k33
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
hal mailing list
hal@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal

--Boundary-00=_4sQYCAMfW7e8k33--
