projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac4c42
)
build: draw is using functions from rg_etc
author
Marcel Hollerbach
<mail@marcel-hollerbach.de>
Fri, 7 Dec 2018 14:01:21 +0000
(15:01 +0100)
committer
Wonki 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
patch
|
blob
|
history
diff --git
a/src/static_libs/draw/meson.build
b/src/static_libs/draw/meson.build
index c1b72c581d32031c099fdf753ba2af21561234d9..32fe35e989362a845b65811e84949bb6546fc25b 100644
(file)
--- 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
)