diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-28 20:57:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-28 20:57:49 +0000 |
commit | 8e9d509513711a45f5a6dce57226bf5afaa274c9 (patch) | |
tree | 7efce36ed3702e3d9ea516cb6fd27d79e76bba5f /packages/gobby/libxml++_2.14.0.bb | |
parent | 4f3fdadd87d7e5cea2bd97454857fbc4fd4018e0 (diff) | |
parent | c50a5743b3273d97db8957915d084de01fef7c59 (diff) |
merge of '8c9fa400aa857e0110b0a702db34db034b841697'
and 'bba107bc97a6967bbada8d85602a9bae89002749'
Diffstat (limited to 'packages/gobby/libxml++_2.14.0.bb')
-rw-r--r-- | packages/gobby/libxml++_2.14.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gobby/libxml++_2.14.0.bb b/packages/gobby/libxml++_2.14.0.bb new file mode 100644 index 0000000000..6eb296c8c2 --- /dev/null +++ b/packages/gobby/libxml++_2.14.0.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" +MAINTAINER = "Patrick Steiner <patrick.steiner@a1.net>" + +DEPENDS = "gtk+" + +inherit gnome pkgconfig + +do_stage() { +autotools_stage_all +} |