Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q Qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • 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
  • El shab Ahmed
  • Qemu
  • Repository
  • qemu
  • meson.build
Find file BlameHistoryPermalink
  • Gerd Hoffmann's avatar
    meson: fix dependencies for modinfo #2 · 917ddc27
    Gerd Hoffmann authored Jul 23, 2021
    
    
    modinfo runs the preprocessor and therefore needs all generated input files
    to be there.  The "depends" clause does not work in Meson 0.55.3, so for
    now use "input".
    
    Part #2: Update the rule for target-specific modules too.
    
    Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
    Message-Id: <20210723120156.1183920-1-kraxel@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    917ddc27