Skip to content

Commit

Permalink
[infra] Update gio-unix-2.0 header directory finding (Samsung#12887)
Browse files Browse the repository at this point in the history
This commit changes the target file to "gfiledescriptorbased.h" for finding the gio-unix-2.0 header.
"gunixfdlist.h" is moved into glib-2.0 header directory on tizen 9.0.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Apr 22, 2024
1 parent 4976388 commit 3a238b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/nnfw/cmake/packages/Giounix2.0Config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function(_GIO_UNIX_2_0_import)
nnfw_find_package(Gio2.0 REQUIRED)

find_path(GIO_UNIX_INCLUDE_DIR
NAMES gio/gunixfdlist.h
NAMES gio/gfiledescriptorbased.h
PATH_SUFFIXES gio-unix-2.0)

# The gio-unix-2.0 requires gio-2.0 and link the gio-2.0 library.
Expand Down

0 comments on commit 3a238b3

Please sign in to comment.