Bug 1890689 apply drift correction to input rate instead of output rate r=pehrsons
[gecko.git] / third_party / gbm / moz.yaml
blobeac128fa1c0a5303ec09d5db85636ab88c827a53
1 # Versio of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: "Core"
7   component: "WebRTC"
9 # The source in this directory was copied from upstream by running the
10 # update.py script from third_party/libdrm. Any changes made relative to
11 # upstream should be reflected in that script, e.g. by applying patch files
12 # after the copy step.
14 origin:
15   name: "libgbm"
16   description: "Graphics buffer manipulation components of Mesa"
18   url: "https://gitlab.freedesktop.org/mesa/mesa"
19   license: MIT
21   release: "e664082d3507d790ac31f721e8900417efd3a95b (2023-01-19T04:09:17.000+00:00)"
23   revision: "e664082d3507d790ac31f721e8900417efd3a95b"
24   # The codebase does not provide a LICENSE file!
25   # https://docs.mesa3d.org/license.html#license-copyright-information
26   # license-file: LICENSE
28 updatebot:
29   maintainer-phab: ng
30   maintainer-bz: na-g@nostrum.com
31   tasks:
32     - type: vendoring
33       enabled: true
34       frequency: release
36 vendoring:
37   url: https://gitlab.freedesktop.org/mesa/mesa
38   source-hosting: gitlab
39   vendor-directory: third_party/gbm/gbm
40   skip-vendoring-steps: ['update-moz-build'] 
41   exclude:
42     - '**'
44   include:
45     - src/gbm/main/gbm.h
47   keep:
48     - LICENSE
50   update-actions:
51     - action: move-file
52       from: '{vendor_dir}/src/gbm/main/gbm.h'
53       to: '{vendor_dir}/gbm.h'