-
Hello All, I am working on moving evolution-on to meson to learn more about meson. Now I so far got the compiling, installation of plugin are done. But I need to change sections of eplug file so it would point to the installation folder, gettext package name, and localedir. I checked the documentation and didn't really come by anything for it. What am I missing here? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you already have a look at |
Beta Was this translation helpful? Give feedback.
-
That worked perfectly now. Thank you. |
Beta Was this translation helpful? Give feedback.
Did you already have a look at
configure_file
?