GNOME Bugzilla – Bug 671558
Add --with-wnck-utils configure flag
Last modified: 2012-05-14 14:37:41 UTC
Created attachment 209163 [details] [review] Add --with-wnck-utils flag to control installation of binaries (wnckprop ...) Thanks to good naming e.g. include/libwnck-1.0 vs include/libwnck-3.0, it is possible to have several versions of libwnck coexist on the same system. There are however two culprits, the binaries wnckprop and wnck-urgency-monitor, which have the same name in all versions. This patch introduces a flag --with-wnck-utils (set to yes by default) which makes not installing those two binaries easy, which in turn simplifies packaging libwnck.
I've pushed a slightly different patch (that uses --enable-tools).