diff options
author | Jakub Steiner <jimmac@gmail.com> | 2010-02-12 11:56:19 +0100 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2010-02-12 11:56:19 +0100 |
commit | 0560a1c3dab98289a5887d72e3ee034e2933c529 (patch) | |
tree | 4c42ff9abe414e67045f016f8d0a8dcd1055a0e1 /configure.ac | |
parent | e3dde7e36b1c32b54594409e32c195ee62a98322 (diff) | |
download | adwaita-icon-theme-0560a1c3dab98289a5887d72e3ee034e2933c529.tar.gz |
install 24x24px icons as well. GB#608988
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9839c3db1..41007a845 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_SUBST(SVGSRCDIR, "src") AC_SUBST(SVGOUTDIR, "gnome") # Icon sizes we want to install -AC_SUBST([render_sizes], ["8x8 16x16 22x22 32x32 48x48 256x256"]) +AC_SUBST([render_sizes], ["8x8 16x16 22x22 24x24 32x32 48x48 256x256"]) # Allow icon mapping to be disabled AC_ARG_ENABLE([icon-mapping], |