OSDN Git Service

util/xmlpool: Update for meson generation
authorDylan Baker <dylan@pnwbakers.com>
Fri, 24 Aug 2018 13:49:55 +0000 (06:49 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 31 Oct 2018 23:37:12 +0000 (16:37 -0700)
commit0621e91a8c975e34f2c2092ad3013d6ff81b5ac2
tree9669c64bb512a57bf74ad583009d6b727121a401
parent7834926a4f5ca0a60ec3d18c87a1e0a68b615820
util/xmlpool: Update for meson generation

Meson won't put the .gmo files in the layout that python's
gettext.translation() expects, it puts them in the build directory in a
flat layout. This modifies android and autotools to do the same (scons
doesn't work with translations at all)

v3: - Squash 4 patches into this patch

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/util/Android.mk
src/util/xmlpool/Makefile.am
src/util/xmlpool/gen_xmlpool.py
src/util/xmlpool/meson.build