After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671558 - Add --with-wnck-utils configure flag
Add --with-wnck-utils configure flag
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-07 14:28 UTC by Patrick Welche
Modified: 2012-05-14 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add --with-wnck-utils flag to control installation of binaries (wnckprop ...) (2.57 KB, patch)
2012-03-07 14:28 UTC, Patrick Welche
none Details | Review

Description Patrick Welche 2012-03-07 14:28:29 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.
Comment 1 Vincent Untz 2012-05-14 14:37:41 UTC
I've pushed a slightly different patch (that uses --enable-tools).