1*4882a593Smuzhiyuncomment "let-me-create needs a toolchain w/ C++, threads, dynamic library" 2*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \ 3*4882a593Smuzhiyun || BR2_STATIC_LIBS 4*4882a593Smuzhiyun 5*4882a593Smuzhiyunconfig BR2_PACKAGE_LET_ME_CREATE 6*4882a593Smuzhiyun bool "let-me-create" 7*4882a593Smuzhiyun # build issues in static libs configuration 8*4882a593Smuzhiyun # see https://github.com/CreatorDev/LetMeCreate/issues/28 9*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 10*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 11*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 12*4882a593Smuzhiyun help 13*4882a593Smuzhiyun This library is collection of small wrappers for some 14*4882a593Smuzhiyun interfaces on the Creator Ci40 board. It aims at making 15*4882a593Smuzhiyun easier to develop on this platform. It also provides 16*4882a593Smuzhiyun wrappers for a few clicks. 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun https://github.com/CreatorDev/LetMeCreate 19*4882a593Smuzhiyun 20*4882a593Smuzhiyunif BR2_PACKAGE_LET_ME_CREATE 21*4882a593Smuzhiyun 22*4882a593Smuzhiyunconfig BR2_PACKAGE_LET_ME_CREATE_EXAMPLES 23*4882a593Smuzhiyun bool "Build and install examples" 24*4882a593Smuzhiyun help 25*4882a593Smuzhiyun Build and install examples 26*4882a593Smuzhiyun 27*4882a593Smuzhiyunendif 28