[jhbuild] moduleset.dtd: Allow using <cmakeargs> in <if>



commit 71ce53b3a891d74a41def62d5034ff4b38fef8e3
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sat Sep 19 12:28:42 2015 +0800

    moduleset.dtd: Allow using <cmakeargs> in <if>
    
    This fixes validation problems caused by commit ae68cb8 and 8eb8008.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754041

 modulesets/moduleset.dtd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/moduleset.dtd b/modulesets/moduleset.dtd
index 33e8f1f..9246053 100644
--- a/modulesets/moduleset.dtd
+++ b/modulesets/moduleset.dtd
@@ -10,7 +10,7 @@
      DTD also appears to be incapable of describing the fact that
      exactly one of condition-set='' and condition-unset='' is required.
 -->
-<!ELEMENT if (if|dep|autogenargs|makeargs|makeinstallargs)+>
+<!ELEMENT if (if|dep|autogenargs|cmakeargs|makeargs|makeinstallargs)+>
 <!ATTLIST if
        condition-set   CDATA   #IMPLIED
        condition-unset CDATA   #IMPLIED>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]