summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Make default color mid between default gradient color stopsRay Strode2008-06-261-1/+1
|
* Bump version to 0.4.00.4.0Ray Strode2008-06-221-1/+1
|
* Bump version to 0.3.20.3.2Ray Strode2008-06-161-1/+1
|
* Update version to 0.3.1Ray Strode2008-06-121-1/+1
|
* Bump version to 0.3.0Ray Strode2008-06-121-1/+1
|
* Install symlink pointing graphical.so to the default pluginRay Strode2008-06-111-0/+8
|
* Expose preferred gradient color stops in configure0.2.0Ray Strode2008-06-091-0/+6
|
* Bump configure.ac version in preparation for 0.2.0 releaseRay Strode2008-06-091-1/+1
|
* Create new libplybootsplashRay Strode2008-06-091-0/+2
| | | | | | | | | | | The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins.
* Fix typo in configure.ac logo filename.Kristian Høgsberg2008-06-021-1/+1
|
* Don't install bizcom logo if alternate logo suppliedRay Strode2008-05-301-0/+2
|
* Bump version to 0.1.0Ray Strode2008-05-301-1/+1
|
* Update email address in configure.ac and AUTHORSRay Strode2008-05-301-1/+1
|
* Use "bizcom" pseudologo for installs that don't specify a logoRay Strode2008-05-301-3/+4
| | | | | We want this to work out of the box, so don't depend on /usr/share/pixmaps/system-logo-white.png existing.
* Conditionalize tests with configure optionRay Strode2008-05-301-0/+4
| | | | | We do this so we can disable them from distcheck, but still build them easily when not doing distcheck.
* Don't run plymouth-update-initrd during distcheckRay Strode2008-05-301-0/+4
|
* Removed dropped tests directory from configure.acRay Strode2008-05-291-1/+0
|
* Allow distro/system builder to specify path to logoRay Strode2008-05-291-0/+6
| | | | | | | Previously we've just hard coded the location to the fedora logo. Now it's a configure time flag. We also have a configure time flag for a background color that goes with the logo, but none of the splash plugins make use of it yet.
* Rename fedora-fade-in to fade-inRay Strode2008-05-281-1/+1
| | | | The plugin doesn't need to be distro specific
* Copy and modify fedora-fade-in to new spinfinity pluginRay Strode2008-05-241-0/+1
| | | | | | | The idea is to make a plugin that matches mockups done by Mike Langlie. The mockups feature a throbber that spins in the shape of an infinity sign. This is just a placeholder. Most of the mockup isn't implemented yet.
* Build in tracing by default and toggle on with ctrl-vRay Strode2008-05-201-0/+6
|
* don't generate .tar.gz on make distRay Strode2008-05-201-1/+1
|
* rename rhgb-client to plymouthRay Strode2008-05-201-2/+2
| | | | We'll keep a compat symlink in place until init scripts are moved over
* add stub plugin that will show details when the user presses escapeRay Strode2008-05-191-0/+1
|
* add initial cut of a barebones text splashRay Strode2008-05-141-0/+1
|
* Drop localization bits / use CONFIG_AUX_DIRRay Strode2007-12-141-8/+1
|
* drop odd versioning schemeRay Strode2007-06-081-7/+1
|
* add lt versioning to libplyRay Strode2007-06-081-0/+16
|
* move fedora-fade-in plugin to its own directoryRay Strode2007-06-081-0/+2
|
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-2/+8
|
* require libtool in configureRay Strode2007-06-061-0/+1
|
* add small wrapper functions around dlopen and friends.Ray Strode2007-06-061-1/+1
| | | | | | create the start of a boot-splash api for managing the splash screen. Setup main.c to use the api (no plugin exists yet, though, so things are pretty hosed atm)
* split off image libs separate from project global libsRay Strode2007-05-231-3/+7
|
* remove reference to glib-genmarshal since we don't use glib anymoreRay Strode2007-05-161-2/+0
|
* Add a tests/ directory to keep tests inRay Strode2007-05-161-2/+3
| | | | | Note the tests that are there now aren't really suited for automated testing, so make check is hosed right now
* add AC_GNU_SOURCE to configure.acRay Strode2007-05-161-0/+1
|
* initial importRay Strode2007-05-081-0/+40