summaryrefslogtreecommitdiff
path: root/packages/efl++/files/disable-smart.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-04-17 22:12:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-17 22:12:53 +0000
commitb9bcfe56927ea14b91cc767a82d00ed6a819b281 (patch)
treeba6c9d02ac846a8eb8050499be6b58977fc2d3ed /packages/efl++/files/disable-smart.patch
parent57142a6c224e8f62cc6a58589fe1334e92593021 (diff)
efl++: make 0.1.0 build, remove obsolete 0.0.5
Diffstat (limited to 'packages/efl++/files/disable-smart.patch')
-rw-r--r--packages/efl++/files/disable-smart.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/efl++/files/disable-smart.patch b/packages/efl++/files/disable-smart.patch
new file mode 100644
index 0000000000..cdb157cdef
--- /dev/null
+++ b/packages/efl++/files/disable-smart.patch
@@ -0,0 +1,21 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- efl++-0.1.0/src/evas/evas.cpp~disable-smart
++++ efl++-0.1.0/src/evas/evas.cpp
+@@ -7,9 +7,13 @@
+ /* EFL */
+ extern "C" {
+ #include <Edje.h>
++#ifdef EFL_SUPPORT_ESMART
+ #include <Esmart/Esmart_Container.h>
+ #include <Esmart/Esmart_Text_Entry.h>
++#endif
++#ifdef EFL_SUPPORT_EMOTION
+ #include <Emotion.h>
++#endif
+ }
+
+ /* STD */