hamonikr / nimf

다국어 입력기 프레임워크 Nimf is a lightweight, fast and extensible input method framework
GNU Lesser General Public License v3.0
148 stars 25 forks source link

There are no option to use USE_DLFCN from qt input plugin #20

Closed ilya-fedin closed 4 years ago

ilya-fedin commented 4 years ago

I'm trying to get linking of input plugins in tdesktop without patching of Qt. Currently it uses a way old nimf and integrates it using a Qt patch. I just built a plugin successfully, but with some patching. And even after that it requires a couple of libraries that isn't needed in fact.

TL;DR of what is needed

chaeya commented 4 years ago

Thank you for your contribution to better nimf I would like to apply your patch and test it first, then keep talking.

chaeya commented 4 years ago

@ilya-fedin I can't find the patch file in the link. Please check it again.

ilya-fedin commented 4 years ago

That's the new link: https://github.com/kotatogram/kotatogram-desktop/blob/dev/Telegram/Patches/nimf.diff But it was the most simple way to do compilation for me, I think you can do it with meson options :)

chaeya commented 4 years ago

@ilya-fedin Thank you for patch. I confirmed there was no problem after applying your patch and building.