Florent Allard 53ae74a36b configure.ac: fix autoconf code for img_fullscreen
This commit makes the autoconf code for img_fullscreen more standard, by
using the default variable name "enable_img_fullscreen", and also use
the default `yes` and `no` variable values.

The documentation for this feature of autoconf is available here:
https://autotools.info/autoconf/arguments.html

Signed-off-by: Florent Allard <florent.allard@savoirfairelinux.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-05-13 12:08:00 +01:00
2016-04-13 16:46:54 +01:00
2014-10-31 15:24:47 +00:00
2015-11-24 20:51:31 +00:00
2020-03-02 17:37:58 +00:00
2006-09-06 20:23:39 +00:00
2020-01-21 13:17:43 +00:00
2020-01-21 12:55:55 +00:00
2023-10-24 13:13:59 +01:00

PSPLASH
=======

PSplash is a userspace graphical boot splash screen for mainly
embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has
few dependencies (just libc), supports basic images and text and handles
rotation. Its visual look is configurable by basic source changes.

Also included is a 'client' command utility for sending information to
psplash such as boot progress information.

Contributing
============
To contribute to this layer you should submit the patches for review to the
mailing list (yocto-patches@lists.yoctoproject.org).

Please refer to
    http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
for some useful guidelines to be followed when submitting patches.

Mailing list:
    https://lists.yoctoproject.org/g/yocto

When creating patches, please use something like:
    git format-patch -M -s --subject-prefix='psplash][PATCH' origin

When sending patches, please use something like:
    git send-email --to yocto-patches@lists.yoctoproject.org <generated patch>
Description
No description provided
Readme 179 KiB
Languages
C 97.4%
M4 1.4%
Makefile 1%
Shell 0.2%