summaryrefslogtreecommitdiff
path: root/jhbuildrc.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'jhbuildrc.mingw')
-rw-r--r--jhbuildrc.mingw5
1 files changed, 3 insertions, 2 deletions
diff --git a/jhbuildrc.mingw b/jhbuildrc.mingw
index 7bc3912..1dbf29c 100644
--- a/jhbuildrc.mingw
+++ b/jhbuildrc.mingw
@@ -1,6 +1,7 @@
#
# jhbuildrc for building for mingw
#
+cross_target = "cross to MINGW i686"
moduleset = '/jhbuild/xorg.modules'
modules = [ 'xwin', 'xorg' ]
@@ -72,8 +73,8 @@ os.environ['LIBS'] = '-lpthread -lws2_32'
# do not start xvfb for any testmodules
noxvfb = True
-# always run 'make check'
-makecheck = True
+# can't run 'make check' when cross-compiling
+makecheck = False
# AC_FUNC_STRNLEN guesses 'yes' when cross-compiling
os.environ['ac_cv_func_strnlen_working'] = 'no'