diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:04:03 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:04:03 +0000 |
commit | 104098aac850efca9dacd3f3973ddbc557105cb0 (patch) | |
tree | b8fd36da061160f60c58a0c125b95c00c76d4e4c | |
parent | 978df3ffd9d251ec874460cd04f3c9c03ac5389d (diff) |
exquisite_cvs.bb : new recipe from OM mtn
-rw-r--r-- | packages/e17/exquisite_cvs.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/e17/exquisite_cvs.bb b/packages/e17/exquisite_cvs.bb new file mode 100644 index 0000000000..7f2d32f83b --- /dev/null +++ b/packages/e17/exquisite_cvs.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "A psplash replacement for display" +LICENSE = "MIT BSD" +DEPENDS = "eet evas ecore embryo edje" +PV = "0.0.1+cvs${SRCDATE}" +PR = "r0" + +SRCNAME = "exquisite" + +inherit e + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" |