]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-x11-sato: add python-pygobject and gtk+3
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 9 Mar 2016 15:02:07 +0000 (17:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:19 +0000 (22:11 +0000)
This allows easy testing of introspection for example using
http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb

index 8ba49231d5d7f4274357804ba96d18ed1bc3f5ef..6abb426717789199303426ed6574da61d1b2928f 100644 (file)
@@ -39,6 +39,8 @@ RDEPENDS_${PN}-base = "\
     ${NETWORK_MANAGER} \
     udev-extraconf \
     ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \
+    python-pygobject \
+    gtk+3 \
     "
 
 FILEMANAGER ?= "pcmanfm"