mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
gst-qa: fix build in po
Using a lot of grep and some cargo culting.
This commit is contained in:
parent
16bbbb5733
commit
dbcbcfa868
3 changed files with 7 additions and 1 deletions
|
@ -29,6 +29,10 @@ then
|
||||||
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
|
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# GNU gettext automake support doesn't get along with git.
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
|
||||||
|
touch -t 200001010000 po/gst-qa-0.10.pot
|
||||||
|
|
||||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
||||||
|
|
||||||
autogen_options $@
|
autogen_options $@
|
||||||
|
|
|
@ -60,7 +60,7 @@ dnl set up gettext
|
||||||
dnl the version check needs to stay here because autopoint greps for it
|
dnl the version check needs to stay here because autopoint greps for it
|
||||||
AM_GNU_GETTEXT_VERSION([0.17])
|
AM_GNU_GETTEXT_VERSION([0.17])
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
AG_GST_GETTEXT([gstreamer-$GST_API_VERSION])
|
AG_GST_GETTEXT([gst-qa-$GST_API_VERSION])
|
||||||
|
|
||||||
dnl *** check for arguments to configure ***
|
dnl *** check for arguments to configure ***
|
||||||
|
|
||||||
|
@ -245,6 +245,7 @@ common/m4/Makefile
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/qa/Makefile
|
gst/qa/Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
|
po/Makefile.in
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
|
1
validate/po/POTFILES.in
Normal file
1
validate/po/POTFILES.in
Normal file
|
@ -0,0 +1 @@
|
||||||
|
gst/qa/gst-qa-report.c
|
Loading…
Reference in a new issue