sde-gui / spicview

GNU General Public License v2.0
1 stars 0 forks source link

Make possible to run without libsmfm-* stuff #9

Open wandrien opened 7 years ago

wandrien commented 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.