summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-08-09 16:14:03 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-08-09 16:14:03 +0200
commit72e9138342126e6ed86a300f515707100c2453ac (patch)
treecdbac00e2239ba391ff3d4b6fda17a2f28643f3c /packages
parentdda448e6d4a59a1bd51270e3f151c710916dbfbe (diff)
gtk-3.0: Include at-spi2-atk and at-spi2-core on Linux
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk-3.0.package4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gtk-3.0.package b/packages/gtk-3.0.package
index 13948fe0..1badea45 100644
--- a/packages/gtk-3.0.package
+++ b/packages/gtk-3.0.package
@@ -23,3 +23,7 @@ class Package(package.Package):
'librsvg-gtk',
'gdk-pixbuf:misc',
]
+
+ platform_files = {
+ Platform.LINUX: ['at-spi2-atk', 'at-spi2-core']
+ }