diff --git a/test/lv2-make.json b/test/lv2-make.json index 5e903cb..87aca4c 100644 --- a/test/lv2-make.json +++ b/test/lv2-make.json @@ -1,6 +1,6 @@ { "lv2_make": { - "cflags": "$(shell pkg-config --cflags pugl-cairo-0)", - "ldflags": "$(shell pkg-config --libs pugl-cairo-0)" + "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)" } } diff --git a/test/vst3-make.json b/test/vst3-make.json index e034c40..77982a9 100644 --- a/test/vst3-make.json +++ b/test/vst3-make.json @@ -1,6 +1,6 @@ { "vst3_make": { "cflags": "-I../../../vst3_c_api $(shell pkg-config --cflags pugl-cairo-0)", - "ldflags": "$(shell pkg-config --libs pugl-cairo-0)" + "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)" } }