Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 861
    • Issues 861
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Issues
  • #2430
Closed
Open
Issue created Jun 22, 2021 by Rafał Mużyło@galtgendo

building docs implicitly depends on building tests

Since commit e1744603 building docs for glib fails if tests are disabled.

To be exact, things fail at the configure stage.

This has been reported for example in Gentoo bug 777636.

Simply passing 'gio/tests/gdbus-object-manager-example' as subdir in top level meson file doesn't suffice, as test_c_args and gdbus_example_objectmanager_sources are defined in an earlier meson file.

Adding those those at top level seems to work, but seems a messy way to solve this.

Assignee
Assign to
Time tracking