Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / third_party / gbm / moz.yaml
blob712b8ec45b6a287d74284a15cb56f23addfb2feb
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: chew
30   maintainer-bz: ngrunbaum@mozilla.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     - '**'
43     - '**/.*'
44     - '**/.*/**'
45     - '**/.*/**/.*'
47   include:
48     - src/gbm/main/gbm.h
50   keep:
51     - LICENSE
53   update-actions:
54     - action: move-file
55       from: '{vendor_dir}/src/gbm/main/gbm.h'
56       to: '{vendor_dir}/gbm.h'