summaryrefslogtreecommitdiffstats
path: root/core/modules/libvirt-glib/module.conf.ubuntu
diff options
context:
space:
mode:
authorManuel Bentele2021-10-11 10:56:54 +0200
committerManuel Bentele2021-10-12 13:12:55 +0200
commit187689878fb18e333c121a51665e0fb60af395de (patch)
treea6a4739639d6656c16b3452a10d84ab83bf5e914 /core/modules/libvirt-glib/module.conf.ubuntu
parent[libvirt] Remove installation of prebuild libvirt from packages (diff)
downloadmltk-187689878fb18e333c121a51665e0fb60af395de.tar.gz
mltk-187689878fb18e333c121a51665e0fb60af395de.tar.xz
mltk-187689878fb18e333c121a51665e0fb60af395de.zip
[libvirt-glib] Add new module to build glib for libvirt
Diffstat (limited to 'core/modules/libvirt-glib/module.conf.ubuntu')
-rw-r--r--core/modules/libvirt-glib/module.conf.ubuntu13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/libvirt-glib/module.conf.ubuntu b/core/modules/libvirt-glib/module.conf.ubuntu
new file mode 100644
index 00000000..f339f37a
--- /dev/null
+++ b/core/modules/libvirt-glib/module.conf.ubuntu
@@ -0,0 +1,13 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ python3
+ python3-pip
+ debhelper
+ dh-python
+ intltool
+ pkg-config
+ libglib2.0-dev
+ libxml2-dev
+ libgirepository1.0-dev
+ gobject-introspection
+"