GNOME Bugzilla – Bug 731521
Fail to build with gtk-doc enabled when native backend is disabled
Last modified: 2014-11-14 17:41:37 UTC
Created attachment 278264 [details] [review] build: Fix gtk-doc build failure when native backend is disabled I get the following error when building mutter with native backend disabled. doc/reference/meta-scan.c:78: undefined reference to `meta_backend_native_get_type' doc/reference/meta-scan.c:87: undefined reference to `meta_cursor_renderer_native_get_type' doc/reference/meta-scan.c:102: undefined reference to `meta_idle_monitor_native_get_type' doc/reference/meta-scan.c:108: undefined reference to `meta_monitor_manager_kms_get_type'
I hit this error too, and this patch worked for me.
Created attachment 286340 [details] [review] patch that works with current master branch The content is the same as the old patch.
Review of attachment 286340 [details] [review]: OK
Pushed to master - https://git.gnome.org/browse/mutter/commit/?id=638087f