changeset 2050:856a49e99000

package wxwidgets: build locales
author Moritz Bunkus <moritz@bunkus.org>
date Mon, 24 Oct 2011 22:28:11 +0200
parents 93adcb090294
children 18265b282d7a
files src/wxwidgets.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/wxwidgets.mk	Mon Oct 24 21:50:41 2011 +0200
+++ b/src/wxwidgets.mk	Mon Oct 24 22:28:11 2011 +0200
@@ -60,6 +60,7 @@
         --without-dmalloc \
         --without-odbc
     $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+    -$(MAKE) -C '$(1)/locale' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= allmo
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= __install_wxrc___depname=
     $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/bin/wx-config' '$(PREFIX)/bin/$(TARGET)-wx-config'