Skip to content

Commit

Permalink
Enable png and zlib support to Android.mk
Browse files Browse the repository at this point in the history
lineage-18.1 branch requires these changes since it is commented
out now in include/freetype/config/ftoption.h
  • Loading branch information
syphyr committed Sep 2, 2023
1 parent efe5308 commit 90b7894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ LOCAL_CFLAGS += -W -Wall
LOCAL_CFLAGS += -fPIC -DPIC
LOCAL_CFLAGS += "-DDARWIN_NO_CARBON"
LOCAL_CFLAGS += "-DFT2_BUILD_LIBRARY"
LOCAL_CFLAGS += "-DFT_CONFIG_OPTION_USE_PNG"
LOCAL_CFLAGS += "-DFT_CONFIG_OPTION_USE_ZLIB"

LOCAL_SHARED_LIBRARIES += libpng libz

Expand Down

0 comments on commit 90b7894

Please sign in to comment.