]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't install bizcom logo if alternate logo supplied
authorRay Strode <rstrode@redhat.com>
Fri, 30 May 2008 17:09:57 +0000 (13:09 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 30 May 2008 17:09:57 +0000 (13:09 -0400)
configure.ac
images/Makefile.am

index fe6620746fd8aff25a0dc414fbd9a4c58144664a..cbf6e49e3516ced2b5f612ed5a05bfef8addb994 100644 (file)
@@ -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)
 
index f6e028c97e495b16754622c00090c5b0479765ff..108df36a20d6969666be4bd5bffd1e9b452ca36e 100644 (file)
@@ -1,5 +1,8 @@
+if INSTALL_FALLBACK_LOGO
 imagedir = $(datadir)/plymouth
 image_DATA = bizcom.png
 
 EXTRA_DIST = $(image_DATA)
+endif
+
 MAINTAINERCLEANFILES = Makefile.in