gecko-dev/third_party/gbm
serge-sans-paille d3e574bc41 Bug 1857234 - Have mach vendor's `**` globbing match hidden files r=tjr,devtools-reviewers,cubeb-reviewers,padenot,ochameau
This patch contains three changes:

1. a local version of glb.iglob in vendor_manifest.py that always
   matches hidden files for '**'. I've tested it on Python 3.5 up to
   3.12 and it works as expected.

2. a cleanup of many moz.yaml files that got convluted because of the
   previous behavior of '**'

3. removal of a few useless files that are now caught by the '**'
   globbing.

Differential Revision: https://phabricator.services.mozilla.com/D190195
2023-10-10 08:21:13 +00:00
..
gbm
libgbm Bug 1790496 - P10 - add mozgbm;r=mjf 2023-01-19 21:24:01 +00:00
README.md
moz.build
moz.yaml Bug 1857234 - Have mach vendor's `**` globbing match hidden files r=tjr,devtools-reviewers,cubeb-reviewers,padenot,ochameau 2023-10-10 08:21:13 +00:00

README.md

Libgbm is a gbm library wrapper needed to build and run Firefox with Pipewire support on Linux (https://gitlab.freedesktop.org/mesa/gbm).

libgbm directory stores headers of libgbm needed for build only. gbm stores the vendored upstream header.