Fixed by updating indra/cmake/WebKitLibPlugin.cmake with version from imprudence. This commit also contains removal of execute permissions of source files and configure files, sorry...
7 lines
282 B
C++
7 lines
282 B
C++
// required symbols to grab
|
|
LL_PA_SYM(true, pa_glib_mainloop_free, void, pa_glib_mainloop* g);
|
|
LL_PA_SYM(true, pa_glib_mainloop_get_api, pa_mainloop_api*, pa_glib_mainloop* g);
|
|
LL_PA_SYM(true, pa_glib_mainloop_new, pa_glib_mainloop *, GMainContext *c);
|
|
|
|
// optional symbols to grab
|