diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-11 03:53:52 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-11 03:53:52 +0000 |
commit | 74a7f73239af76d06015d166fc51894059bfb24e (patch) | |
tree | e78157cc35df7e90b9c27a0ad11d6572e856d4a6 /testsuite/css/style | |
parent | a047b7d6d1f2749e257e582f166a8e86b769503a (diff) | |
parent | d6a0948182299fa660b7c538ce33ee2a5b5fd91c (diff) | |
download | gtk+-74a7f73239af76d06015d166fc51894059bfb24e.tar.gz |
Merge branch 'matthiasc/builder-requires' into 'master'
Matthiasc/builder requires
See merge request GNOME/gtk!2806
Diffstat (limited to 'testsuite/css/style')
-rw-r--r-- | testsuite/css/style/adjacent-states.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/colornames.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/currentcolor.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/font.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/gradient.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/inherit.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/label.ui | 1 | ||||
-rw-r--r-- | testsuite/css/style/nth-child.ui | 2 |
8 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/css/style/adjacent-states.ui b/testsuite/css/style/adjacent-states.ui index 61b58105b0..58266374d7 100644 --- a/testsuite/css/style/adjacent-states.ui +++ b/testsuite/css/style/adjacent-states.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/colornames.ui b/testsuite/css/style/colornames.ui index b9be94e3ac..7eca215155 100644 --- a/testsuite/css/style/colornames.ui +++ b/testsuite/css/style/colornames.ui @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/currentcolor.ui b/testsuite/css/style/currentcolor.ui index 7a00781bc9..50aca9e92f 100644 --- a/testsuite/css/style/currentcolor.ui +++ b/testsuite/css/style/currentcolor.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/font.ui b/testsuite/css/style/font.ui index 0a45a10835..2dd3f6f7b2 100644 --- a/testsuite/css/style/font.ui +++ b/testsuite/css/style/font.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/gradient.ui b/testsuite/css/style/gradient.ui index 6c4715f6f5..db658346c0 100644 --- a/testsuite/css/style/gradient.ui +++ b/testsuite/css/style/gradient.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/inherit.ui b/testsuite/css/style/inherit.ui index 8b675ea598..4eda541b15 100644 --- a/testsuite/css/style/inherit.ui +++ b/testsuite/css/style/inherit.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/label.ui b/testsuite/css/style/label.ui index 7a00781bc9..50aca9e92f 100644 --- a/testsuite/css/style/label.ui +++ b/testsuite/css/style/label.ui @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> diff --git a/testsuite/css/style/nth-child.ui b/testsuite/css/style/nth-child.ui index 267d4abba4..e50600f096 100644 --- a/testsuite/css/style/nth-child.ui +++ b/testsuite/css/style/nth-child.ui @@ -1,7 +1,5 @@ - <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <object class="GtkWindow" id="window1"> <property name="can_focus">False</property> <property name="decorated">0</property> |