build: draw is using functions from rg_etc
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 7 Dec 2018 14:01:21 +0000 (15:01 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:20:08 +0000 (13:20 +0900)
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

index c1b72c5..32fe35e 100644 (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
 )