diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-11-24 17:47:14 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-11-24 17:47:39 +0100 |
commit | 4b30570bebb2632eb0ba5a5e48dfde0de00f54d4 (patch) | |
tree | 4c95c6f1d003830761120fc81bd369b36d4817f5 | |
parent | b30bb29ef2e5421a90a8e6a8b75178d61435645d (diff) |
add intro-highres.png to list of brandables in configure
Change-Id: I51e8b0739498c5cda9822e5f3879b513fcc47887
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d02f935a2bd9..a4140c7b7f24 100644 --- a/configure.ac +++ b/configure.ac @@ -11853,7 +11853,7 @@ dnl branding dnl =================================================================== AC_MSG_CHECKING([for alternative branding images directory]) # initialize mapped arrays -BRAND_INTRO_IMAGES="flat_logo.svg intro.png" +BRAND_INTRO_IMAGES="flat_logo.svg intro.png intro-highres.png" brand_files="$BRAND_INTRO_IMAGES about.svg" if test -z "$with_branding" -o "$with_branding" = "no"; then |