Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G grilo-plugins
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • grilo-plugins
  • Merge requests
  • !69

build: Make it possible to use grilo-plugins as a Meson subproject

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Sam Thursfield requested to merge sam/dummy-dep into master Oct 06, 2019
  • Overview 10
  • Commits 1
  • Pipelines 3
  • Changes 1

This commit adds a dummy declare_dependency() object. This is needed so that other projects can embed grilo-plugins as a Meson subproject, like this:

dependency('grilo-plugins-0.3', version: '>= 0.3.9',
           fallback: ['grilo-plugins', 'grilo_plugins_dep']
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sam/dummy-dep