Use "bizcom" pseudologo for installs that don't specify a logo

We want this to work out of the box, so don't depend on
/usr/share/pixmaps/system-logo-white.png existing.
calculate-0.9.5
Ray Strode 16 years ago
parent 9d34239801
commit 398eda4203

@ -1,4 +1,4 @@
SUBDIRS = src scripts
SUBDIRS = src scripts images
DISTCHECK_CONFIGURE_FLAGS = --without-boot-entry --disable-tests
EXTRA_DIST = ChangeLog \

@ -56,10 +56,10 @@ AC_ARG_WITH(boot-entry, AS_HELP_STRING([--with-boot-entry],[create initrd and gr
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/pixmaps/system-logo-white.png)
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)
AC_ARG_WITH(background-color, AC_HELP_STRING([--with-background-color], [background color used by boot splash plugins]),background_color=${withval},background_color=0x005391)
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)
AC_OUTPUT([Makefile
@ -74,5 +74,6 @@ AC_OUTPUT([Makefile
src/tests/Makefile
src/libply/tests/Makefile
src/client/tests/Makefile
scripts/Makefile
scripts/Makefile
images/Makefile
])

@ -0,0 +1,5 @@
imagedir = $(datadir)/plymouth
image_DATA = bizcom.png
EXTRA_DIST = $(image_DATA)
MAINTAINERCLEANFILES = Makefile.in

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Loading…
Cancel
Save