19 lines
279 B
JSON
19 lines
279 B
JSON
|
{
|
||
|
"type":"LIBRARY",
|
||
|
"sub-type":"PREBUILD",
|
||
|
"group-id":"org.opengl",
|
||
|
"description":"OpenGL: Generic graphic library",
|
||
|
"sanity-compilation": {
|
||
|
"intricate": {
|
||
|
"flag":{
|
||
|
"c-link": "-lGL"
|
||
|
},
|
||
|
"dependency":[
|
||
|
"c"
|
||
|
]
|
||
|
},
|
||
|
"!intricate":{
|
||
|
"error":true
|
||
|
}
|
||
|
}
|
||
|
}
|