diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-03-27 11:36:57 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-27 15:34:26 +0100 |
commit | 93f0b6143822d171caf6cd3db10d4730e276dad9 (patch) | |
tree | 734426d445d0a3ea35229a81a7a29152c2814e58 | |
parent | 992c8841e30aa8340510b4e2da2e2a5526f4cd00 (diff) |
sifr is CC_BY_SA 3.0, can be included in MPL subset
Change-Id: I5d6cfd5b9b4049ee16ffa038bac2db20968b02b3
Reviewed-on: https://gerrit.libreoffice.org/69812
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0a8c1a5c3b94..f608a6a7ccf5 100644 --- a/configure.ac +++ b/configure.ac @@ -12576,7 +12576,7 @@ if test "$enable_mpl_subset" = "yes"; then fi for theme in $WITH_THEMES; do case $theme in - breeze|breeze_dark|sifr|sifr_dark|elementary|karasa_jaga) #blacklist of icon themes under GPL or LGPL + breeze|breeze_dark|breeze_svg|elementary|elementary_svg|karasa_jaga|karasa_jaga_svg) #blacklist of icon themes under GPL or LGPL AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=tango]) ;; *) : ;; esac |