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 598925 - uniquebackend: <gdk/gdkx.h> is X11-only
uniquebackend: <gdk/gdkx.h> is X11-only
Status: RESOLVED FIXED
Product: libunique
Classification: Other
Component: core
master
Other Mac OS
: Normal normal
: ---
Assigned To: libunique-maint
libunique-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-19 13:39 UTC by Anders F Björklund
Modified: 2009-11-01 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdx-is-x11-only.patch (1.50 KB, patch)
2009-10-19 13:41 UTC, Anders F Björklund
none Details | Review

Description Anders F Björklund 2009-10-19 13:39:51 UTC
uniquebackend.c uses <gdk/gdkx.h> and <X11/Xatom.h> without any guards.

This fails when using an alternate backend, such as Quartz for Mac OS X.
Comment 1 Anders F Björklund 2009-10-19 13:41:29 UTC
Created attachment 145783 [details] [review]
gdx-is-x11-only.patch
Comment 2 Emmanuele Bassi (:ebassi) 2009-11-01 18:30:31 UTC
thanks, I applied the patch to master.