How to enable more options when installing lvgl #6309
pioneerAlone
started this conversation in
General
Replies: 1 comment 2 replies
-
如果自己额外想启用的配置,是通过下面这样在package 中用add_configs 添加吗?那后面是如何触发的,是否还需要继续写on_install?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
下面是我请求lvgl 时,添加的选项,但实际我需要添加更多选项以启用相应的功能,但是lvgl 包中的xmake 脚本,只配置了color_depth 和use_log, 有任何建议,或者更聪明的方法。
add_requires("lvgl v8.3.1",{configs = {color_depth = "32" , use_log = true}})
add_requires("libsdl2", {system = false})
add_rules("mode.debug", "mode.release")
Beta Was this translation helpful? Give feedback.
All reactions