Use upstream gettext instead intltool

This commit is contained in:
Javier Jardón 2018-04-02 20:48:29 +01:00 committed by Arun Raghavan
parent 63500323ef
commit 57e3ccaf51
10 changed files with 86 additions and 28 deletions

View file

@ -127,7 +127,9 @@ if HAVE_X11
xdgautostart_in_files = \
daemon/pulseaudio.desktop.in
xdgautostart_DATA = $(xdgautostart_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
$(xdgautostart_DATA): $(xdgautostart_in_files)
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
endif