[packages] gst-plugins-ugly: disable translations

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24582 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-15 03:32:06 +00:00
parent c7cfb433a2
commit d9b75b85ce

View File

@ -0,0 +1,32 @@
--- a/configure.ac
+++ b/configure.ac
@@ -495,7 +495,6 @@ docs/version.entities
tests/Makefile
tests/check/Makefile
m4/Makefile
-po/Makefile.in
gst-plugins-ugly.spec
)
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
- gst-libs gst ext m4 common po
+ gst-libs gst ext m4 common
# include before EXTRA_DIST for win32 assignment
include $(top_srcdir)/common/win32.mak
--- a/Makefile.in
+++ b/Makefile.in
@@ -395,7 +395,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
SUBDIRS = \
- gst-libs gst ext m4 common po
+ gst-libs gst ext m4 common
# the MANIFEST contains all win32 related files that should be disted