summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/plymouth/plymouth.conf.opensuse7
-rw-r--r--remote/modules/plymouth/plymouth.conf.ubuntu7
-rw-r--r--remote/modules/plymouth/plymouth.conf.zypper14
3 files changed, 14 insertions, 14 deletions
diff --git a/remote/modules/plymouth/plymouth.conf.opensuse b/remote/modules/plymouth/plymouth.conf.opensuse
new file mode 100644
index 00000000..034af2ad
--- /dev/null
+++ b/remote/modules/plymouth/plymouth.conf.opensuse
@@ -0,0 +1,7 @@
+REQUIRED_INSTALLED_PACKAGES="
+ libpng12-devel
+ pango-devel
+ cairo-devel
+ gtk2-devel
+ libdrm-devel
+"
diff --git a/remote/modules/plymouth/plymouth.conf.ubuntu b/remote/modules/plymouth/plymouth.conf.ubuntu
new file mode 100644
index 00000000..0c6e00a4
--- /dev/null
+++ b/remote/modules/plymouth/plymouth.conf.ubuntu
@@ -0,0 +1,7 @@
+REQUIRED_INSTALLED_PACKAGES="
+ libpng-dev
+ libpango1.0-dev
+ libcairo-dev
+ libgtk2.0-dev
+ libdrm-dev
+"
diff --git a/remote/modules/plymouth/plymouth.conf.zypper b/remote/modules/plymouth/plymouth.conf.zypper
deleted file mode 100644
index ad9052e5..00000000
--- a/remote/modules/plymouth/plymouth.conf.zypper
+++ /dev/null
@@ -1,14 +0,0 @@
-VERSION=plymouth-0.8.6.1
-URL=http://www.freedesktop.org/software/plymouth/releases/${VERSION}.tar.bz2
-REQUIRED_INSTALLED_PACKAGES=" libpng12-devel
- pango-devel
- cairo-devel
- gtk2-devel
- libdrm-devel"
-REQUIRED_BINARIES=" plymouth
- plymouthd"
-REQUIRED_DIRECTORIES=" /bin
- /etc
- /lib
- /sbin
- /var"