Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/deps.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/packages/deps.json')
-rw-r--r--config/packages/deps.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/config/packages/deps.json b/config/packages/deps.json
index b5c90dd..a65f032 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -281,13 +281,13 @@
},
"gail": {
"debian": [
- "libgail-3-dev"
+ "libgail-dev"
],
"fedora": [
"gtk2-devel"
],
"ubuntu": [
- "libgail-3-dev"
+ "libgail-dev"
]
},
"gail gtkmodule": {
@@ -301,6 +301,17 @@
"libgail-common"
]
},
+ "gail3": {
+ "debian": [
+ "libgail-3-dev"
+ ],
+ "fedora": [
+ "gtk3-devel"
+ ],
+ "ubuntu": [
+ "libgail-3-dev"
+ ]
+ },
"gcc": {
"debian": [
"gcc"