diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-03-09 10:56:42 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-03-09 12:00:12 +0100 |
commit | 966b94cd0596a30c774ad3cf143e76e85ff7c6fc (patch) | |
tree | 3a31079386b06ccba3f521ade1849f454e31b4a1 /configure.ac | |
parent | 4547fa2c1e205e1989611b1c4493cbbd12541372 (diff) |
tdf#115867: Add colibre icon theme which follow MSO color scheme
Change-Id: Id09932212f348952fe9fb141dec1b5b13d727a54
Reviewed-on: https://gerrit.libreoffice.org/50989
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6eacbc878174..b5f63a5a5f40 100644 --- a/configure.ac +++ b/configure.ac @@ -1542,7 +1542,7 @@ AC_ARG_WITH(galleries, AC_ARG_WITH(theme, AS_HELP_STRING([--with-theme="theme1 theme2..."], [Choose which themes to include. By default those themes with an '*' are included. - Possible choices: *breeze, *breeze_dark, crystal, *elementary, *galaxy, *hicontrast, oxygen, *sifr, *sifr_dark, *tango, tango_testing.]), + Possible choices: *breeze, *breeze_dark, crystal, *colibre, *elementary, *galaxy, *hicontrast, oxygen, *sifr, *sifr_dark, *tango, tango_testing.]), ,) libo_FUZZ_ARG_WITH(helppack-integration, @@ -11125,7 +11125,7 @@ dnl =================================================================== AC_MSG_CHECKING([which themes to include]) # if none given use default subset of available themes if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then - with_theme="breeze breeze_dark elementary galaxy hicontrast sifr sifr_dark tango" + with_theme="breeze breeze_dark colibre elementary galaxy hicontrast sifr sifr_dark tango" # test -z "$ENABLE_RELEASE_BUILD" && with_theme="$with_theme tango_testing" fi @@ -11133,7 +11133,7 @@ WITH_THEMES="" if test "x$with_theme" != "xno"; then for theme in $with_theme; do case $theme in - breeze|breeze_dark|crystal|elementary|galaxy|hicontrast|oxygen|sifr|sifr_dark|tango|tango_testing) real_theme="$theme" ;; + breeze|breeze_dark|crystal|colibre|elementary|galaxy|hicontrast|oxygen|sifr|sifr_dark|tango|tango_testing) real_theme="$theme" ;; default) real_theme=galaxy ;; *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;; esac |