diff options
Diffstat (limited to 'packages/efl++/files/fix-src.pro.patch')
-rw-r--r-- | packages/efl++/files/fix-src.pro.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/efl++/files/fix-src.pro.patch b/packages/efl++/files/fix-src.pro.patch new file mode 100644 index 0000000000..234d38af3d --- /dev/null +++ b/packages/efl++/files/fix-src.pro.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- efl++-0.1.0/src/src.pro~fix-src.pro ++++ efl++-0.1.0/src/src.pro +@@ -30,6 +30,7 @@ + include ( emotion/emotion.pro ) + LIBS += -lemotion + DEFINES += EFL_SUPPORT_EMOTION ++} + + eflesmart { + include ( esmart/esmart.pro ) |