[MacPorts] #16456: gtk2 port should add '--with-xinput' configure option
MacPorts
noreply at macports.org
Thu Sep 4 02:22:24 PDT 2008
#16456: gtk2 port should add '--with-xinput' configure option
--------------------------------------+-------------------------------------
Reporter: jeremyhu at freedesktop.org | Owner: macports-tickets at lists.macosforge.org
Type: enhancement | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Keywords: | Port:
--------------------------------------+-------------------------------------
With this patch, users should be able to use their tablets in gimp, etc.
I'd also like to see the port:xrender dep changed to:
lib:libXrender.1:xrender
{{{
/opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/gtk2
$ diff -Naurp Portfile.orig Portfile
--- Portfile.orig 2008-09-04 01:47:13.000000000 -0700
+++ Portfile 2008-09-04 01:50:17.000000000 -0700
@@ -139,6 +139,10 @@ variant x11 conflicts quartz description
}
}
+ if {${os.platform} == "darwin" && [lindex [split ${os.version} .] 0]
eq 9} {
+ configure.args-append --with-xinput
+ }
+
depends_lib-append port:xrender \
lib:libX11.6:xorg
}}}
--
Ticket URL: <http://trac.macports.org/ticket/16456>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list