Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libgdata
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & 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
  • GNOME
  • libgdata
  • Merge requests
  • !6

Merged
Created May 21, 2019 by Mayank Sharma@mayanksha

Port libgdata from autotools to meson

  • Overview 186
  • Commits 59
  • Changes 28

Libgdata's port to meson is long due, and this MR is an effort to towards that direction. At the moment, a lot needs to be done given how vast libgdata is due to its different services and dependencies.

TODO:

  1. Create meson.build for the remaining sub directories and install the headers from those.
  2. Edit all the meson.build files to generate object files, executables and libraries.
  3. FIX liboauth to be the dependency. For some unknown reason, pkg-config can't find it in my system, albeirt ldconfig shows that it's installed.
Edited Jun 19, 2019 by Mayank Sharma
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/mayanksha/meson