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:
Samuel Pitoiset 2026-06-01 09:45:00 +02:00 committed by Marge Bot
parent 1a9a0a15f7
commit 8e008649cb

View file

@ -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+)>