Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 36675

Show
Ignore:
Timestamp:
2008-05-10 13:02:16 (6 months ago)
Author:
jochen@…
Message:

Compile the QtDBus module and link to libdbus-1,
apparently this helps KDE on MacPorts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/qt4-mac/Portfile

    r36673 r36675  
    113113variant dbus description "Include DBus support" { 
    114114    depends_lib-append      port:dbus 
    115     configure.args-append   -qdbus 
     115    configure.args-append   -dbus-linked 
    116116} 
    117117