Files
RedBear-OS/local/recipes/qt/qtbase/source/mkspecs/features/data/configure.json
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
2026-06-20 14:57:46 +03:00

32 lines
766 B
JSON

{
"files": {
},
"commandline": {
"options": {
"v": { "type": "enum", "name": "verbose", "values": { "yes": "true", "no": "false" } },
"verbose": { "type": "enum", "values": { "yes": "true", "no": "false" } },
"continue": "void",
"recheck": { "type": "optionalString", "name": "cache_recheck" },
"recheck-all": { "type": "void", "name": "cache_use", "value": "none" },
"redo": { "type": "redo" },
"list-features": "void",
"list-libraries": "void"
}
},
"testTypeDependencies": {
"library": [ "library-paths" ]
},
"features": {
"library-paths": {
"output": [ "libraryPaths" ]
}
}
}