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 780813 - manager: add #ifdef HAVE_LIBXDMCP in a couple places
manager: add #ifdef HAVE_LIBXDMCP in a couple places
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-01 16:21 UTC by Ray Strode [halfline]
Modified: 2017-04-01 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
manager: add #ifdef HAVE_LIBXDMCP in a couple places (7.51 KB, patch)
2017-04-01 16:22 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2017-04-01 16:21:51 UTC
halfline: gdm fails to build in Continuous:
http://build.gnome.org/continuous/buildmaster/builds/2017/04/01/11/build/log-gdm.txt

gdm-manager.o: In function `set_up_session':
/ostbuild/source/gdm/_build/daemon/../../daemon/gdm-manager.c:1453:
undefined reference to `gdm_xdmcp_chooser_display_get_type'
gdm-manager.o: In function `gdm_manager_handle_open_session':
/ostbuild/source/gdm/_build/daemon/../../daemon/gdm-manager.c:846:
undefined reference to `gdm_xdmcp_chooser_display_get_type'
Comment 1 Ray Strode [halfline] 2017-04-01 16:22:09 UTC
Created attachment 349121 [details] [review]
manager: add #ifdef HAVE_LIBXDMCP in a couple places
Comment 2 Ray Strode [halfline] 2017-04-01 16:23:05 UTC
Attachment 349121 [details] pushed as 1423e4d - manager: add #ifdef HAVE_LIBXDMCP in a couple places