diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/liboobs_2.22.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gnome/liboobs_2.22.0.bb b/recipes/gnome/liboobs_2.22.0.bb new file mode 100644 index 0000000000..61c9aa1f06 --- /dev/null +++ b/recipes/gnome/liboobs_2.22.0.bb @@ -0,0 +1,8 @@ +LICENSE = "LGPL" +DEPENDS = "glib-2.0 dbus system-tools-backends" + +inherit gnome lib_package + +do_stage() { + autotools_stage_all +} |