summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-10-21 05:52:05 +0200
committerBenjamin Otte <otte@redhat.com>2014-10-21 05:53:19 +0200
commit8abc6e06b2c551fe60382b45ba413d5f0d49b9ae (patch)
tree1d159a4affc0d9638e033866ab204c5a11c6cc3d /gtk/Makefile.am
parent7eb3b6c71f9a79c77ac630e5a25bf07d4ecf8a98 (diff)
downloadgtk+-8abc6e06b2c551fe60382b45ba413d5f0d49b9ae.tar.gz
css: Add "-gtk-icon-source: builtin"
... and make it the default. This takes over the meaning from "none" for this property in that it draws the fallback builtin image. "none" now literally means no image will be drawn.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 41943da5cb..89140dbff6 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -543,6 +543,7 @@ gtk_private_h_sources = \
gtkcsseasevalueprivate.h \
gtkcssenginevalueprivate.h \
gtkcssenumvalueprivate.h \
+ gtkcssimagebuiltinprivate.h \
gtkcssimagecrossfadeprivate.h \
gtkcssimagegradientprivate.h \
gtkcssimageiconthemeprivate.h \
@@ -868,6 +869,7 @@ gtk_base_c_sources = \
gtkcssenumvalue.c \
gtkcssenginevalue.c \
gtkcssimage.c \
+ gtkcssimagebuiltin.c \
gtkcssimagecrossfade.c \
gtkcssimagegradient.c \
gtkcssimageicontheme.c \