Skip to content

WIP: meson.build: change install dir

Danish Prakash requested to merge danishprakash/gnome-tweaks:readme into master

moving gtweak/meson.build to meson.build since the output file from configure_file() would always be placed inside the builddir.

$ meson gtweak
$ ninja -C gtweak
$ ninja -C gtweak install
$ ./gnome-tweaks

This would resolve the defs.py error since the builddir is now gtweak and meson will create defs.py inside gtweak/.

This looks very hacky but I could not find another way to do this except for moving the defs.py manually from builddir/ to gtweak/ which is how it is being done currently.

cc: @jbicha

Edited by Evan Welsh

Merge request reports