summaryrefslogtreecommitdiff
path: root/edje
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-23 11:11:15 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-23 11:11:15 +0000
commit9f9419b37cfc0f3568d918e924dc3dae9688f2e4 (patch)
tree33c5b91c412480a719e9a6af71d30bd8ad9437f9 /edje
parente3ef36ad6e2826c9ffe9631c4c82a68689715659 (diff)
fix ewl compilage and fix a couple of SECTIONs belonging to E stuff
BKrev: 417a3c53Jtq69I9EORUfSte_c4uZdw
Diffstat (limited to 'edje')
-rw-r--r--edje/edje-native_cvs.oe1
-rw-r--r--edje/edje_cvs.oe4
2 files changed, 2 insertions, 3 deletions
diff --git a/edje/edje-native_cvs.oe b/edje/edje-native_cvs.oe
index 477d535f49..4ce36d4763 100644
--- a/edje/edje-native_cvs.oe
+++ b/edje/edje-native_cvs.oe
@@ -1,4 +1,3 @@
-SECTION = "unknown"
include edje_${PV}.oe
inherit native
DEPENDS = "freetype-native evas-native ecore-native embryo-native eet-native edb-native imlib2-native"
diff --git a/edje/edje_cvs.oe b/edje/edje_cvs.oe
index 6d9ce1f0b0..bd23bdddf1 100644
--- a/edje/edje_cvs.oe
+++ b/edje/edje_cvs.oe
@@ -1,9 +1,9 @@
DESCRIPTION = "edje is a complex graphical design & layout library."
DEPENDS = "freetype evas ecore embryo eet edb edje-native"
-SECTION = "libs"
+SECTION = "e/libs"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
PV = "${CVSDATE}"
-PR = "r1"
+PR = "r2"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edje \
file://fix-hardcoded-imlib2-config.patch;patch=1"