mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
build: Use gettext to translate policy file with meson
Recent versions of gettext can merge translations in xml files, so use it and remove the intltool dependency for meson builds.
This commit is contained in:
committed by
Bastien Nocera
parent
9bed3bed3f
commit
53d80c1474
@ -2,7 +2,7 @@ image: fedora:rawhide
|
||||
|
||||
variables:
|
||||
DEPENDENCIES: dbus-glib-devel pam-devel polkit-devel
|
||||
gtk-doc meson intltool autoconf automake libtool
|
||||
gtk-doc meson gettext intltool autoconf automake libtool
|
||||
gcc gcc-c++ glibc-devel make python3-dbusmock python3-libpamtest systemd-devel
|
||||
DEPENDENCIES_STABLE: $DEPENDENCIES libfprint-devel
|
||||
DEPENDENCIES_DEV: $DEPENDENCIES git
|
||||
|
||||
Reference in New Issue
Block a user