diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2016-01-02 01:22:31 -0500 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2016-01-02 01:22:31 -0500 |
| commit | 5c3b7276abf0d01b53662f38db5b4d52377343ed (patch) | |
| tree | 8286ac3539ed49a2a1e9a65f8b7fca0976a06de6 /jhbuild/module_autogenargs.patch | |
| download | markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.tar.gz markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.zip | |
initial commit
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Diffstat (limited to 'jhbuild/module_autogenargs.patch')
| -rw-r--r-- | jhbuild/module_autogenargs.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jhbuild/module_autogenargs.patch b/jhbuild/module_autogenargs.patch new file mode 100644 index 0000000..2341e5d --- /dev/null +++ b/jhbuild/module_autogenargs.patch @@ -0,0 +1,21 @@ +diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc +index e467a49..de715c4 100644 +--- a/jhbuild/defaults.jhbuildrc ++++ b/jhbuild/defaults.jhbuildrc +@@ -78,7 +78,15 @@ repos = {} + cvsroots = {} + svnroots = {} + branches = {} +-module_autogenargs = {} ++# Arch-specific setting: we need to pass PYTHON=/usr/bin/python2 when building some modules. ++module_autogenargs = { ++ 'cairo': autogenargs + ' ac_cv_prog_RANLIB=gcc-ranlib RANLIB=gcc-ranlib AR=gcc-ar', ++ 'evolution-data-server': autogenargs + ' PYTHON=/usr/bin/python2', ++ 'gobject-introspection': autogenargs + ' PYTHON=/usr/bin/python2', ++ 'itstool': autogenargs + ' PYTHON=/usr/bin/python2', ++ 'telepathy-mission-control': autogenargs + ' PYTHON=/usr/bin/python2', ++ 'WebKit': autogenargs + ' PYTHON=/usr/bin/python2', ++} + module_cmakeargs = {} + module_makeargs = {} + module_extra_env = {} |
