7 lines
325 B
JSON
7 lines
325 B
JSON
{
|
|
"lv2_make": {
|
|
"cflags": "$(shell pkg-config --cflags pugl-cairo-0 pugl-0 cairo)",
|
|
"ldflags": "$(shell pkg-config --libs pugl-cairo-0 pugl-0 cairo) -Wl,-rpath,$(shell pkg-config --variable=libdir pugl-cairo-0),-rpath,$(shell pkg-config --variable=libdir pugl-0),-rpath,$(shell pkg-config --variable=libdir cairo)"
|
|
}
|
|
}
|