#16456 closed enhancement (fixed)
gtk2 port should add '--with-xinput' configure option
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
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
Change History (4)
comment:1 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Milestone: | Port Bugs → Port Enhancements |
---|---|
Owner: | changed from macports-tickets@… to nox@… |
Assigning to maintainer.
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
ack, the 'eq' should be 'ge'