summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2014-07-24 23:40:48 +0200
committerroot2014-07-24 23:40:48 +0200
commitf734275a6fa557aab5343c659c2289cb5f8610bb (patch)
tree3da7d98bf5f32a32feb6454a850f62ef34337e5c
parent[setup_target] Fix find expression for required binaries (diff)
downloadtm-scripts-f734275a6fa557aab5343c659c2289cb5f8610bb.tar.gz
tm-scripts-f734275a6fa557aab5343c659c2289cb5f8610bb.tar.xz
tm-scripts-f734275a6fa557aab5343c659c2289cb5f8610bb.zip
[pvs2 + x11vnc] Add conf files for fedora
-rw-r--r--remote/modules/pvs2/module.conf.fedora6
-rw-r--r--remote/modules/x11vnc/module.conf.fedora6
2 files changed, 12 insertions, 0 deletions
diff --git a/remote/modules/pvs2/module.conf.fedora b/remote/modules/pvs2/module.conf.fedora
new file mode 100644
index 00000000..6d2cd0f6
--- /dev/null
+++ b/remote/modules/pvs2/module.conf.fedora
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ qt-devel
+ libvncserver-devel
+"
+REQUIRED_CONTENT_PACKAGES="
+"
diff --git a/remote/modules/x11vnc/module.conf.fedora b/remote/modules/x11vnc/module.conf.fedora
new file mode 100644
index 00000000..43ae3119
--- /dev/null
+++ b/remote/modules/x11vnc/module.conf.fedora
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
+REQUIRED_CONTENT_PACKAGES="
+ x11vnc
+"