mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 02:28:20 +02:00
util/drirc_gen: change the driconf DTD to not require one app/engine entry
To be able to validate empty files for drivers that don't have any driconf entries yet. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41881>
This commit is contained in:
parent
1a9a0a15f7
commit
8e008649cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!ELEMENT driconf (device+)>
|
||||
<!ELEMENT device (application | engine)+>
|
||||
<!ELEMENT device (application | engine)*>
|
||||
<!ATTLIST device driver CDATA #IMPLIED
|
||||
device CDATA #IMPLIED>
|
||||
<!ELEMENT application (option+)>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue