diff options
| author | Jonathan Bauer | 2013-07-29 17:04:34 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-29 17:04:34 +0200 |
| commit | 99565a7da164de206a39f886233b7d33b480e94f (patch) | |
| tree | dd97582525b130b0d1bf3e44e9acce1d28edbed0 | |
| parent | [plymouth] update config (diff) | |
| download | tm-scripts-99565a7da164de206a39f886233b7d33b480e94f.tar.gz tm-scripts-99565a7da164de206a39f886233b7d33b480e94f.tar.xz tm-scripts-99565a7da164de206a39f886233b7d33b480e94f.zip | |
[plymouth] fix
| -rw-r--r-- | remote/modules/plymouth/plymouth.conf | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/remote/modules/plymouth/plymouth.conf b/remote/modules/plymouth/plymouth.conf index 0e3e6eda..26e123e4 100644 --- a/remote/modules/plymouth/plymouth.conf +++ b/remote/modules/plymouth/plymouth.conf @@ -1,14 +1,13 @@ VERSION=plymouth-0.8.6.1 URL=http://www.freedesktop.org/software/plymouth/releases/${VERSION}.tar.bz2 -REQUIRED_INSTALLED_PACKAGES=" libpng-dev - libpango1.0-dev - libcairo-dev - libgtk2.0-dev - libdrm-dev" -REQUIRED_BINARIES=" plymouth - plymouthd" -REQUIRED_DIRECTORIES=" /bin - /etc - /lib - /sbin - /var" +REQUIRED_BINARIES=" + plymouth + plymouthd +" +REQUIRED_DIRECTORIES=" + /bin + /etc + /lib + /sbin + /var +" |
