Skip to content

Commit 6895165

Browse files
committed
wip simulator
1 parent bb8d487 commit 6895165

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(LV_CONF_INCLUDE_SIMPLE OFF)
1+
set(LV_CONF_INCLUDE_SIMPLE OFF CACHE INTERNAL "blah" FORCE)
22
add_subdirectory(lib/lvgl)
33

44
add_library(droidboot_gui STATIC
@@ -45,7 +45,7 @@ add_library(droidboot_gui STATIC
4545
droidboot_platforms/simulator/simulator.c
4646
backend/droidboot_drivers.c
4747
backend/droidboot_dualboot_backend.c)
48-
target_link_libraries(droidboot_gui PUBLIC lvgl android log nativehelper)
48+
target_link_libraries(droidboot_gui PUBLIC lvgl android log jnigraphics)
4949
add_compile_definitions(PLATFORM_SIMULATOR)
5050
target_include_directories(droidboot_gui PUBLIC
5151
lib/libufdt/sysdeps/include

0 commit comments

Comments
 (0)