diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-22 04:20:17 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-04-12 19:34:28 +0200 |
commit | a938c14d11b1a0036f4bddd6b5c46382523381bb (patch) | |
tree | d1114f46c72c25abce77b26fb7fa75869021a3b5 /meson.build | |
parent | d6cc10ea7469b72feac164739c44ed502769c67b (diff) | |
download | gtk+-a938c14d11b1a0036f4bddd6b5c46382523381bb.tar.gz |
build: Add gtk-css static library
This library is meant to be the new CSS library that gets used from GDK,
GSK and GTK for string printing and parsing.
As a first step, move GtkCssProviderError into it.
While doing so, split it into GtkCssParserError (for critical problems)
and GtkCssParserWarning (for non-critical problems).
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index ab30f90098..711b1cbbaa 100644 --- a/meson.build +++ b/meson.build @@ -681,6 +681,7 @@ if graphene_has_sse2 or graphene_has_gcc endif endif +subdir('gtk/css') subdir('gdk') subdir('gsk') subdir('gtk') |