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.
This commit is contained in:
Marcel Hollerbach 2018-12-07 15:01:21 +01:00
parent 5e440beb71
commit 9c1d2fe62f
1 changed files with 1 additions and 1 deletions

View File

@ -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
)