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 695682 - Cannot build docs for wayland-only build
Cannot build docs for wayland-only build
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-12 07:22 UTC by Bastien Nocera
Modified: 2013-03-12 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Disable GtkPlug/GtkSocket docs on Wayland (2.12 KB, patch)
2013-03-12 07:35 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2013-03-12 07:22:11 UTC
.libs/gtk3-scan.o: In function `get_object_types':
/home/hadess/Projects/jhbuild/gtk+/docs/reference/gtk/gtk3-scan.c:138: undefined reference to `gtk_plug_get_type'
/home/hadess/Projects/jhbuild/gtk+/docs/reference/gtk/gtk3-scan.c:170: undefined reference to `gtk_socket_get_type'
Comment 1 Bastien Nocera 2013-03-12 07:35:18 UTC
Created attachment 238671 [details] [review]
docs: Disable GtkPlug/GtkSocket docs on Wayland

As those two types do not exist in the Wayland backend,
and the docs build would fail.
Comment 2 Matthias Clasen 2013-03-12 11:16:06 UTC
Review of attachment 238671 [details] [review]:

sure, ok
Comment 3 Matthias Clasen 2013-03-12 11:19:47 UTC
Attachment 238671 [details] pushed as d1de6c3 - docs: Disable GtkPlug/GtkSocket docs on Wayland