Skip to content

Commit

Permalink
Merge pull request espressif#319 from espressif2022/fixed/freetype_cmake
Browse files Browse the repository at this point in the history
fix(freetype): Remove system lib dependencies (IEC-103)
  • Loading branch information
igrr authored Apr 18, 2024
2 parents 204bd10 + 3c4c147 commit 08da3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freetype/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
idf_component_register()

set(CMAKE_SYSTEM_IGNORE_PATH "/usr/include;/usr/lib/x86_64-linux-gnu")
set(BUILD_SHARED_LIBS OFF)
option(BUILD_TESTING OFF)

function(install)
endfunction()
Expand Down
2 changes: 1 addition & 1 deletion freetype/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.13.0~1"
version: "2.13.0~2"
description: freetype C library
url: https://github.com/espressif/idf-extra-components/tree/master/freetype
repository: "https://github.com/espressif/idf-extra-components.git"
Expand Down

0 comments on commit 08da3c1

Please sign in to comment.