summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2020-03-20 14:48:51 +0100
committerPaolo Borelli <pborelli@gnome.org>2020-03-22 20:54:39 +0100
commita904d1785b8cbafc5a3887130d5bd98b4d3dc1cc (patch)
tree844f168def27c1ad2638e5013910b2e017d9cb42 /Makefile.am
parent0b80d49db364f3a85f727942be94a50f801a127c (diff)
downloadlibrsvg-a904d1785b8cbafc5a3887130d5bd98b4d3dc1cc.tar.gz
Add a user agent stylesheet
Add a stylesheet with the user agent defaults present in the specification and remove the special cases in SpecifiedValues. Note: this breaks a couple of reftests because we do not currently handle correctly the priority of presentation attributes and user agent css.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e1a92eab..bf2c1888 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,6 +130,7 @@ RUST_EXTRA = \
rsvg_internals/benches/lighting.rs \
rsvg_internals/benches/pixel_iterators.rs \
rsvg_internals/benches/srgb.rs \
+ rsvg_internals/src/ua.css \
$(NULL)
if DEBUG_RELEASE