[Libreoffice-commits] core.git: configure.ac

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 27 14:34:54 UTC 2019


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 93f0b6143822d171caf6cd3db10d4730e276dad9
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Mar 27 11:36:57 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Mar 27 15:34:26 2019 +0100

    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 at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

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


More information about the Libreoffice-commits mailing list