From 4b30570bebb2632eb0ba5a5e48dfde0de00f54d4 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 24 Nov 2017 17:47:14 +0100 Subject: add intro-highres.png to list of brandables in configure Change-Id: I51e8b0739498c5cda9822e5f3879b513fcc47887 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit