ONE
ONE copied to clipboard
[onert] need update include path due to tizen's glib2 update(to 2.78.4)
Tizen's glib has been updated : https://review.tizen.org/gerrit/gitweb?p=platform%2Fupstream%2Fglib.git;a=shortlog;h=refs%2Fheads%2Ftizen This breaks tizen's onert(nnfw) build.
Here is the patch and it already merged into public tizen repo.
- patch link : https://review.tizen.org/gerrit/gitweb?p=platform/core/ml/nnfw.git;a=commit;h=e69c4d8fa0cd2a09be0fc89c214f5993d0af2374
find_path(GIO_UNIX_INCLUDE_DIR
NAMES gio/gunixfdlist.h
- PATH_SUFFIXES gio-unix-2.0)
+ PATH_SUFFIXES glib-2.0)
# The gio-unix-2.0 requires gio-2.0 and link the gio-2.0 library.
set(GIO_UNIX_LIBRARIES ${GIO2.0_LIBRARIES})