Source code
Revision control
Copy as Markdown
Other Tools
# Version of this schema
schema: 1
bugzilla:
# Bugzilla product and component for this directory and subdirectories
product: "Core"
component: "WebRTC"
# The source in this directory was copied from upstream by running the
# update.py script from third_party/libdrm. Any changes made relative to
# upstream should be reflected in that script, e.g. by applying patch files
# after the copy step.
origin:
name: "libdrm"
description: "Userspace interface to controlling GPUs on linux"
license: MIT
release: d870a12c3abfe0d2347996c37784a34b37457b7a (2025-08-01T11:22:18.000+02:00).
revision: d870a12c3abfe0d2347996c37784a34b37457b7a
# The codebase does not provide a LICENSE file!
# license-file: LICENSE
updatebot:
maintainer-phab: ng
maintainer-bz: ngrunbaum@me.com
tasks:
- type: vendoring
enabled: true
frequency: release
vendoring:
source-hosting: gitlab
vendor-directory: third_party/drm/drm
skip-vendoring-steps: ['update-moz-build']
exclude:
- '**'
include:
- include/drm/drm.h
- include/drm/drm_fourcc.h
- include/drm/drm_mode.h
- xf86drm.h
keep:
- LICENSE
update-actions:
- action: move-dir
from: '{vendor_dir}/include/drm'
to: '{vendor_dir}/include/libdrm'