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