Skip to content

Commit

Permalink
add blend for awtk-web
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Nov 28, 2024
1 parent 2c6747d commit 496b2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/awtk_mobile_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ file(GLOB AWTK_BASE_SOURCE_FILES
${AWTK_SRC_PATH}/conf_io/*.c
${AWTK_SRC_PATH}/fscript_ext/*.c
${AWTK_SRC_PATH}/charset/*.c
${AWTK_SRC_PATH}/blend/*.c
)

file(GLOB AWTK_VGCANVAS_NANOVG_SOURCE_FILES
Expand All @@ -99,7 +100,6 @@ file(GLOB AWTK_COMMON_SOURCE_FILES
${AWTK_BASE_SOURCE_FILES}
${AWTK_SRC_PATH}/streams/inet/*.c
${AWTK_SRC_PATH}/streams/serial/*.c
${AWTK_SRC_PATH}/blend/*.c
${AWTK_SRC_PATH}/image_loader/*.c
${AWTK_SRC_PATH}/main_loop/main_loop_simple.c
${AWTK_SRC_PATH}/main_loop/main_loop_console.c
Expand Down

0 comments on commit 496b2ec

Please sign in to comment.