Open wandrien opened 7 years ago
spicview should be able to run without libsmfm-* stuff even if it is compiled with libsmfm support.
We can place libsmfm-* related functions in a .so file and dlopen it at startup. If dlopen is failed, it means libsmfm is not available.
spicview should be able to run without libsmfm-* stuff even if it is compiled with libsmfm support.
We can place libsmfm-* related functions in a .so file and dlopen it at startup. If dlopen is failed, it means libsmfm is not available.