mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Termux x11 port
This commit is contained in:
4
android/app/src/main/cpp/recipes/fontenc.cmake
Normal file
4
android/app/src/main/cpp/recipes/fontenc.cmake
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(fontenc STATIC "libfontenc/src/fontenc.c" "libfontenc/src/encparse.c" "libfontenc/src/reallocarray.c")
|
||||
target_include_directories(fontenc PUBLIC "libfontenc/include")
|
||||
target_link_libraries(fontenc PUBLIC xorgproto)
|
||||
target_compile_options(fontenc PRIVATE "-DFONT_ENCODINGS_DIRECTORY=\"/\"")
|
||||
Reference in New Issue
Block a user