Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-29 10:40:14 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-29 10:40:14 (GMT)
commitddcc92b74e80bd4f1a081d2bce76b564411c87d8 (patch)
treecb8370302b6f4b02db46736bf6bcc7cf5a831da3 /config/packages
parent1df51c324c13178b060c4968d244677af069948d (diff)
Add dbus and static modules
Diffstat (limited to 'config/packages')
-rw-r--r--config/packages/deps.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/packages/deps.json b/config/packages/deps.json
index e13ff86..3824272 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -1,4 +1,26 @@
{
+ "expat": {
+ "debian": [
+ "libexpat1-dev"
+ ],
+ "fedora": [
+ "expat-devel"
+ ],
+ "ubuntu": [
+ "libexpat1-dev"
+ ]
+ },
+ "dbus-glib-1": {
+ "debian": [
+ "libdbus-glib-1-dev"
+ ],
+ "fedora": [
+ "dbus-glib-devel"
+ ],
+ "ubuntu": [
+ "libdbus-glib-1-dev"
+ ]
+ },
"Adwaita": {
"debian": [
"gnome-themes-standard"