diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf new file mode 100644 index 0000000000..0d4bc37eb2 --- /dev/null +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -0,0 +1,6 @@ | |||
1 | PREFERRED_VERSION_gtk+ ?= "2.10.6" | ||
2 | pango ?= "1.15.1" | ||
3 | cairo ?= "1.3.6" | ||
4 | glib ?= "2.12.0" | ||
5 | |||
6 | require conf/distro/poky.conf \ No newline at end of file | ||