aboutsummaryrefslogtreecommitdiffstats
path: root/ewl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /ewl
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
downloadopenembedded-2c5b8ec6d95cf68650265941530e5ce38c8dd6d9.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'ewl')
-rw-r--r--ewl/ewl/no-x-test.patch32
-rw-r--r--ewl/ewl_cvs.bb0
2 files changed, 0 insertions, 32 deletions
diff --git a/ewl/ewl/no-x-test.patch b/ewl/ewl/no-x-test.patch
deleted file mode 100644
index c75da4ac04..0000000000
--- a/ewl/ewl/no-x-test.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- ewl/test/ewl_embed_test.c~no-x-test
-+++ ewl/test/ewl_embed_test.c
-@@ -41,11 +41,12 @@
-
- ewl_init(&argc, argv);
- ecore_evas_init();
--
-+#if 0
- if (!(ee = ecore_evas_software_x11_new(NULL, 0, 0, 0, 320, 240))) {
- printf("Failed to open display, exiting\n");
- exit(1);
- }
-+#endif
- ecore_evas_title_set(ee, "EWL Embed Test App");
- ecore_evas_name_class_set(ee, "EWL TEST APP", "EWL TEST APP");
- ecore_evas_show(ee);
-@@ -58,8 +59,10 @@
- evas_object_show(bg);
-
- embed = ewl_embed_new();
-+#if 0
- embobj = ewl_embed_evas_set(EWL_EMBED(embed), ecore_evas_get(ee),
- EWL_EMBED_EVAS_WINDOW(ecore_evas_software_x11_window_get(ee)));
-+#endif
- ewl_embed_focus_set(EWL_EMBED(embed), TRUE);
- evas_object_layer_set(embobj, 1);
- evas_object_show(embobj);
diff --git a/ewl/ewl_cvs.bb b/ewl/ewl_cvs.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/ewl/ewl_cvs.bb
+++ /dev/null