summaryrefslogtreecommitdiff
path: root/packages/efl/ewl_0.0.4.004.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-09 23:08:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-09 23:08:49 +0000
commit45b8741f7b138d039e0b1107ba1f1d41f61b5f26 (patch)
treeb69378d247af749ee22668c35ae64a26f49fbaf1 /packages/efl/ewl_0.0.4.004.bb
parentcc66d34e4a411ce7e105df2ecb3d95265157f267 (diff)
Third (and hopefully last) EFL revamp before I hand over maintainership to
Justin Patrin. We now have a efl.bbclass that contains common code for the various libraries. This makes it possible to have very clean and concise bb's.
Diffstat (limited to 'packages/efl/ewl_0.0.4.004.bb')
-rw-r--r--packages/efl/ewl_0.0.4.004.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/efl/ewl_0.0.4.004.bb b/packages/efl/ewl_0.0.4.004.bb
new file mode 100644
index 0000000000..6377575120
--- /dev/null
+++ b/packages/efl/ewl_0.0.4.004.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "The Enlightened Widget Library, \
+a simple-to-use general purpose widget library based on the enlightenment foundation libraries."
+DEPENDS = "edb eet virtual/evas virtual/ecore etox edje"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit efl
+
+SRC_URI += "file://ewl-configure.patch;patch=1"
+
+export CURL_CONFIG = "${STAGING_BINDIR}/curl-config"
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}