diff --git a/build/windows/jhbuild/build.jhbuildrc b/build/windows/jhbuild/build.jhbuildrc index ef62b74ae2..ca3788e0a8 100644 --- a/build/windows/jhbuild/build.jhbuildrc +++ b/build/windows/jhbuild/build.jhbuildrc @@ -231,7 +231,9 @@ module_extra_env.update ( {'PREFIX': prefix, 'CFLAGS': os.environ['CFLAGS'] + os.environ['LDFLAGS']}, 'ghostscript': {'CFLAGS': os.environ['CFLAGS'].replace ("-O0", "").replace ("-mms-bitfields", ""), 'ac_cv_lib_pthread_pthread_create': 'no', 'CC': os.environ['CC'] + " -mms-bitfields"}, - 'icu-native': {}, + 'icu-native': {}, + 'poppler-data': + {'PREFIX': prefix}, # Ensure that gimp doesn't get the host machine's freetype-config 'gimp-dev': diff --git a/build/windows/jhbuild/misclibs.moduleset b/build/windows/jhbuild/misclibs.moduleset index b69d73ac05..bb7ec9d995 100644 --- a/build/windows/jhbuild/misclibs.moduleset +++ b/build/windows/jhbuild/misclibs.moduleset @@ -108,6 +108,13 @@ + + + + + + + +