diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 11:11:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 11:11:15 +0000 |
commit | 9f9419b37cfc0f3568d918e924dc3dae9688f2e4 (patch) | |
tree | 33c5b91c412480a719e9a6af71d30bd8ad9437f9 /ewl | |
parent | e3ef36ad6e2826c9ffe9631c4c82a68689715659 (diff) |
fix ewl compilage and fix a couple of SECTIONs belonging to E stuff
BKrev: 417a3c53Jtq69I9EORUfSte_c4uZdw
Diffstat (limited to 'ewl')
-rw-r--r-- | ewl/ewl/no-x-test.patch | 0 | ||||
-rw-r--r-- | ewl/ewl_cvs.oe | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ewl/ewl/no-x-test.patch b/ewl/ewl/no-x-test.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ewl/ewl/no-x-test.patch diff --git a/ewl/ewl_cvs.oe b/ewl/ewl_cvs.oe index 95de3a3916..1a87e8c3c5 100644 --- a/ewl/ewl_cvs.oe +++ b/ewl/ewl_cvs.oe @@ -1,11 +1,12 @@ DESCRIPTION = "The Enlightened Widget Library, \ a simple-to-use general purpose widget library based on the Evas canvas." -SECTION = "libs" +SECTION = "e/libs" DEPENDS = "edb eet evas ecore etox edje" PV = "${CVSDATE}" -PR = "r1" +PR = "r2" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ewl" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ewl \ + file://no-x-test.patch;patch=1" S = "${WORKDIR}/ewl" inherit autotools binconfig |