Discussion:
[EGIT] [core/efl] master 01/01: build: draw is using functions from rg_etc
Marcel Hollerbach
2018-12-07 14:02:31 UTC
Permalink
bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9c1d2fe62f96771b0505613108459390f33e5074

commit 9c1d2fe62f96771b0505613108459390f33e5074
Author: Marcel Hollerbach <***@marcel-hollerbach.de>
Date: Fri Dec 7 15:01:21 2018 +0100

build: draw is using functions from rg_etc

this means when you use draw you should automatically drag in rg_etc.

This fixes a build problem reported on irc.
---
src/static_libs/draw/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/static_libs/draw/meson.build b/src/static_libs/draw/meson.build
index c1b72c581d..32fe35e989 100644
--- a/src/static_libs/draw/meson.build
+++ b/src/static_libs/draw/meson.build
@@ -23,7 +23,7 @@ endif

draw = declare_dependency(
include_directories: [include_directories('.'), include_directories(join_paths('..', '..', 'lib'))],
- dependencies: [eina, efl],
+ dependencies: [eina, efl, rg_etc],
sources : draw_src,
link_with : draw_opt_lib
)

--

Loading...