diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-16 16:13:40 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-11-16 16:13:40 +0000 |
commit | 60010adcb9203f278f8984e7b82d5671a1c08b08 (patch) | |
tree | 93aeba20155634fae6ac759686d21d2a2eb5568c /packages/gnome | |
parent | 0ded981f0bed7d8d92ec2633c9cc3f89a90ccf31 (diff) |
gio-standalone: add 0.1.2, a file and I/O abstraction library
Diffstat (limited to 'packages/gnome')
-rw-r--r-- | packages/gnome/gio-standalone_0.1.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gnome/gio-standalone_0.1.2.bb b/packages/gnome/gio-standalone_0.1.2.bb new file mode 100644 index 0000000000..b1017b31ce --- /dev/null +++ b/packages/gnome/gio-standalone_0.1.2.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "gio is a platform independent file and I/O abstraction library" +LICENSE = "LGPL" +DEPENDS = "glib-2.0" +PR = "r0" + +inherit gnome + +PACKAGES =+ "libgio" +FILES_libgio = "${libdir}/libgio.so.*" |