[MacPorts] #16456: gtk2 port should add '--with-xinput' configure option
#16456: gtk2 port should add '--with-xinput' configure option --------------------------------------+------------------------------------- Reporter: jeremyhu@freedesktop.org | Owner: macports-tickets@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
#16456: gtk2 port should add '--with-xinput' configure option ---------------------------------------+------------------------------------ Reporter: jeremyhu@freedesktop.org | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: | ---------------------------------------+------------------------------------ Comment(by jeremyhu@freedesktop.org): ack, the 'eq' should be 'ge' -- Ticket URL: <http://trac.macports.org/ticket/16456#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16456: gtk2 port should add '--with-xinput' configure option ---------------------------------------+------------------------------------ Reporter: jeremyhu@freedesktop.org | Owner: nox@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: | ---------------------------------------+------------------------------------ Changes (by jmr@macports.org): * owner: macports-tickets@lists.macosforge.org => nox@macports.org * milestone: Port Bugs => Port Enhancements Comment: Assigning to maintainer. -- Ticket URL: <http://trac.macports.org/ticket/16456#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16456: gtk2 port should add '--with-xinput' configure option ---------------------------------------+------------------------------------ Reporter: jeremyhu@freedesktop.org | Owner: nox@macports.org Type: enhancement | Status: closed Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: Port: | ---------------------------------------+------------------------------------ Changes (by nox@macports.org): * status: new => closed * resolution: => fixed Comment: r40275 -- Ticket URL: <http://trac.macports.org/ticket/16456#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts