From owner-freebsd-stable Thu Aug 15 23:24:11 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C974837B400 for ; Thu, 15 Aug 2002 23:24:07 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D0E43E65 for ; Thu, 15 Aug 2002 23:24:06 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7G6NqPB090364; Fri, 16 Aug 2002 02:23:57 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: xinput patch for gtk12 port From: Joe Marcus Clarke To: Rocco Caputo Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <20020723005945.GC481@eyrie.homenet> References: <20020723005945.GC481@eyrie.homenet> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-u7irG4UeKJvRYOaSjorW" X-Mailer: Ximian Evolution 1.0.8 Date: 16 Aug 2002 02:24:09 -0400 Message-Id: <1029479054.43395.41.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-6.7 required=5.0 tests=IN_REP_TO,PGP_SIGNATURE_2,UPPERCASE_25_50,PGP_SIGNATURE,AWL version=2.31 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-u7irG4UeKJvRYOaSjorW Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-07-22 at 20:59, Rocco Caputo wrote: > Gtk supports XInput for pen and other odd input devices. Gimp uses > this to support my Wacom tablet. I have attached a very short patch > to gtk12's Makefile that adds a WITH_XINPUT flag to turn this on. Added. Thanks. Joe >=20 > -- Rocco Caputo / troc@pobox.com / poe.perl.org / poe.sf.net > ---- >=20 > --- gtk12/Makefile-orig Mon Jul 22 20:49:47 2002 > +++ gtk12/Makefile Mon Jul 22 20:48:08 2002 > @@ -31,6 +31,12 @@ > =20 > MAN1=3D gtk12-config.1 > =20 > +.if defined(WITH_XINPUT) > + CONFIGURE_ARGS+=3D --with-xinput=3Dxfree > +.else > + ${ECHO_CMD} '*** Set WITH_XINPUT to enable XInput (for pen tablets, etc= .)' > +.endif > + > pre-build: > ${RM} -rf ${WRKSRC}/docs/gtk.info* > =20 --=-u7irG4UeKJvRYOaSjorW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9XJqJb2iPiv4Uz4cRAk+KAJ4lBZLYBgwHYC+A6dYeizB5vaPA7wCaA20B jaUsMDQrFRhbY5l0y2BpEKs= =qUMj -----END PGP SIGNATURE----- --=-u7irG4UeKJvRYOaSjorW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message