diff options
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gconfmm_2.28.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gnome/gconfmm_2.28.0.bb b/recipes/gnome/gconfmm_2.28.0.bb new file mode 100644 index 0000000000..b7e57d2e59 --- /dev/null +++ b/recipes/gnome/gconfmm_2.28.0.bb @@ -0,0 +1,5 @@ +DESCRIPTION = "C++ bindings for GConf" +LICENSE = "LGPLv2" +DEPENDS = "glibmm gconf gtkmm" + +inherit gnome |