summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-03-22 04:20:17 +0100
committerBenjamin Otte <otte@redhat.com>2019-04-12 19:34:28 +0200
commita938c14d11b1a0036f4bddd6b5c46382523381bb (patch)
treed1114f46c72c25abce77b26fb7fa75869021a3b5 /meson.build
parentd6cc10ea7469b72feac164739c44ed502769c67b (diff)
downloadgtk+-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.build1
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')