Skip to content

build: meson fixes

Iñigo Martínez requested to merge inigomartinez/d-feet:meson-fixes into master

Following this commit, these two commits fixes the missing bits in d-feet's meson port:

  • Fix the missing executable bit in d-feet.in.
  • Fix README and HACKING files.

The README test locally steps have been updated to consider a local installation using prefix. This is because meson does not build in the source code directories and uses custom build directories that has different benefits. In d-feet's case this is not possible because the d-feet script expects some directories present in the source code tree.

I have also removed the DFEET_DEBUG environment variable because it does not work properly.

Merge request reports