aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/evas.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/efl/evas.inc')
-rw-r--r--packages/efl/evas.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/efl/evas.inc b/packages/efl/evas.inc
new file mode 100644
index 0000000000..6172fde192
--- /dev/null
+++ b/packages/efl/evas.inc
@@ -0,0 +1,24 @@
+DESCRIPTION = "Evas is a hardware-accelerated canvas API that can draw \
+anti-aliased text, smooth super and sub-images, alpha-blend, as well as drop \
+down to using normal X11 primitives such as pixmaps, lines and rectangles if \
+your CPU or graphics hardware are too slow."
+LICENSE = "MIT"
+PROVIDES = "virtual/evas"
+DEPENDS = "libpng jpeg edb eet freetype"
+
+inherit efl
+
+SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \
+ file://pkg.m4"
+S = "${WORKDIR}/evas-${PV}"
+
+EXTRA_OECONF = "<override me>"
+
+do_configure () {
+ install -m 0644 ${WORKDIR}/pkg.m4 acinclude.m4
+ autotools_do_configure
+}
+
+headers = "<override me>"
+libraries = "libevas"
+