diff options
-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" |