Warning, /network/kaidan/clickable.json is written in an unsupported language. File is not indexed.
0001 { 0002 "builder": "custom", 0003 "build_dir": "./bin/ubuntu-touch/", 0004 "build": "../../utils/build-linux-click.sh", 0005 "kill": "kaidan", 0006 "dependencies_host": [ 0007 "ninja-build", 0008 "extra-cmake-modules" 0009 ], 0010 "libraries": { 0011 "qxmpp": { 0012 "builder": "cmake", 0013 "src_dir": "3rdparty/qxmpp", 0014 "make_jobs": 2, 0015 "build_args": [ 0016 "-DCMAKE_BUILD_TYPE=Release", 0017 "-DBUILD_TESTS=OFF", 0018 "-DBUILD_EXAMPLES=OFF", 0019 "-DCMAKE_PREFIX_PATH=../../../bin/ubuntu-touch/tmp", 0020 "-DCMAKE_INSTALL_PREFIX=../../../bin/ubuntu-touch/tmp" 0021 ], 0022 "postbuild": "make install" 0023 }, 0024 "zxing-cpp": { 0025 "builder": "cmake", 0026 "src_dir": "3rdparty/zxing-cpp", 0027 "make_jobs": 2, 0028 "build_args": [ 0029 "-DCMAKE_BUILD_TYPE=Release", 0030 "-DBUILD_SHARED_LIBRARY=ON", 0031 "-DLINK_CPP_STATICALLY=OFF", 0032 "-DCMAKE_PREFIX_PATH=../../../bin/ubuntu-touch/tmp", 0033 "-DCMAKE_INSTALL_PREFIX=../../../bin/ubuntu-touch/tmp" 0034 ], 0035 "postbuild": "make install" 0036 } 0037 } 0038 }