From: Ray Strode Date: Fri, 30 May 2008 17:09:57 +0000 (-0400) Subject: Don't install bizcom logo if alternate logo supplied X-Git-Tag: 0.1.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99d2283fa6251e8d62acf5573526bc9f0ad16d6;p=thirdparty%2Fplymouth.git Don't install bizcom logo if alternate logo supplied --- diff --git a/configure.ac b/configure.ac index fe662074..cbf6e49e 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,8 @@ AM_CONDITIONAL(ADD_BOOT_ENTRY, [test "$with_boot_entry" = yes]) AC_ARG_WITH(logo, AC_HELP_STRING([--with-logo], [logo used by boot splash plugins]),logofile=${withval},logofile=$datadir/plymouth/bizcom.png) AC_SUBST(logofile) +AM_CONDITIONAL(INSTALL_FALLBACK_LOGO, [test "$logofile" = $datadir/plymouth/bizcomp.png]) + AC_ARG_WITH(background-color, AC_HELP_STRING([--with-background-color], [background color used by boot splash plugins]),background_color=${withval},background_color=0x3a362f) AC_SUBST(background_color) diff --git a/images/Makefile.am b/images/Makefile.am index f6e028c9..108df36a 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -1,5 +1,8 @@ +if INSTALL_FALLBACK_LOGO imagedir = $(datadir)/plymouth image_DATA = bizcom.png EXTRA_DIST = $(image_DATA) +endif + MAINTAINERCLEANFILES = Makefile.in