diff options
author | Tom Hacohen <tom@stosb.com> | 2015-05-07 10:02:40 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2015-05-07 10:03:26 +0100 |
commit | a2a9f33802a3923c1469789f66d5fdab1eaea943 (patch) | |
tree | 8c114ee6b77a5877dff96a62f90b2f9b23d50f2c /src/Makefile_Evas.am | |
parent | 92ff90ecca98f9e8e66a1f7a3ecf4e46f65913d4 (diff) | |
download | efl-a2a9f33802a3923c1469789f66d5fdab1eaea943.tar.gz |
Static deps: Move unibreak to be an external dep.
We need any version of libunibreak. The first one has been released in mid 2012.
Even slow distros like ubuntu already have an LTS out with a good enough
version, so I consider this enough to remove the maintenance cost.
This has been discussed on IRC.
@feature
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 381a148827..c406bd7d94 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am @@ -87,24 +87,8 @@ lib/evas/include/evas_blend_ops.h \ lib/evas/include/evas_filter.h \ lib/evas/canvas/evas_vg_private.h -# Linebreak - -noinst_HEADERS += \ -static_libs/libunibreak/linebreak.h \ -static_libs/libunibreak/linebreakdef.h \ -static_libs/libunibreak/wordbreakdef.h \ -static_libs/libunibreak/wordbreak.h \ -static_libs/libunibreak/wordbreakdata.c - -# Linebreak -lib_evas_libevas_la_SOURCES = \ -static_libs/libunibreak/linebreak.c \ -static_libs/libunibreak/linebreakdata.c \ -static_libs/libunibreak/linebreakdef.c \ -static_libs/libunibreak/wordbreak.c - # Main -lib_evas_libevas_la_SOURCES += \ +lib_evas_libevas_la_SOURCES = \ lib/evas/main.c # Canvas @@ -314,7 +298,6 @@ lib_evas_libevas_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -I$(top_srcdir)/src/lib/evas/cserve2 \ -I$(top_srcdir)/src/lib/evas/file \ -I$(top_srcdir)/src/lib/evas/include \ --I$(top_srcdir)/src/static_libs/libunibreak \ -I$(top_builddir)/src/lib/evas/canvas \ -I$(top_builddir)/src/modules/evas/engines/software_generic \ -I$(top_builddir)/src/modules/evas/engines/gl_generic \ @@ -366,15 +349,6 @@ lib/evas/common/libevas_convert_rgb_32.la \ lib_evas_libevas_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ -# Linebreak - -EXTRA_DIST += \ -static_libs/libunibreak/LICENCE \ -static_libs/libunibreak/AUTHORS \ -static_libs/libunibreak/NEWS \ -static_libs/libunibreak/README \ -static_libs/libunibreak/ChangeLog - # Engines EXTRA_DIST += \ |