mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ftgl: fix patch to include --with-freetype-prefix=
This commit is contained in:
parent
64a0a8bd31
commit
00a963eb3a
@ -24,7 +24,7 @@ index 0000000..18791c4
|
||||
+externalproject_add(ftgl
|
||||
+ SOURCE_DIR ${CMAKE_SOURCE_DIR}
|
||||
+ UPDATE_COMMAND cd unix && autoreconf -vif
|
||||
+ CONFIGURE_COMMAND cd unix && CXXFLAGS=-fpermissive ./configure --prefix=${OUTPUT_DIR} --with-pic
|
||||
+ CONFIGURE_COMMAND cd unix && CXXFLAGS=-fpermissive ./configure --prefix=${OUTPUT_DIR} --with-freetype-prefix=${OUTPUT_DIR} --with-pic
|
||||
+ BUILD_COMMAND cd unix && make
|
||||
+ INSTALL_COMMAND ""
|
||||
+ BUILD_IN_SOURCE 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user