diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2020-03-16 10:49:45 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2020-03-24 08:33:29 +0100 |
commit | 8f48e7b1e991375f6b03fac09a4f4416eb2f1afc (patch) | |
tree | 182c57a8e84bbdc3a5fea49571053694f03921c2 /src/util/00-mesa-defaults.conf | |
parent | f8f1413070ae079443ab31a75679cfd10cb756ed (diff) |
util/xmlconfig: add new sha1 application attribute
This is useful to enable workarounds for applications with a generic name.
For instance all games made with the YoYo game engine have the same executable
name "runner".
Reviewed-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4181>
Diffstat (limited to 'src/util/00-mesa-defaults.conf')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 72c415abef8..d078b938021 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -34,7 +34,8 @@ TODO: document the other workarounds. <!ATTLIST device driver CDATA #IMPLIED> <!ELEMENT application (option+)> <!ATTLIST application name CDATA #REQUIRED - executable CDATA #REQUIRED> + executable CDATA #REQUIRED + sha1 CDATA #IMPLIED> <!ELEMENT engine (option+)> <!-- engine_name_match: A regexp matching the engine name --> |