diff options
-rw-r--r-- | meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb index d509aa3dd0..b0f9b82e42 100644 --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | |||
@@ -16,11 +16,14 @@ SRC_URI = "git://github.com/mypaint/libmypaint.git;protocol=https;branch=libmypa | |||
16 | file://0001-make-build-compatible-w.-autoconf-2.7.patch \ | 16 | file://0001-make-build-compatible-w.-autoconf-2.7.patch \ |
17 | " | 17 | " |
18 | SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0" | 18 | SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0" |
19 | |||
19 | PV = "1.6.1" | 20 | PV = "1.6.1" |
21 | |||
20 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
21 | 23 | ||
24 | EXTRA_AUTORECONF += "-I m4" | ||
25 | |||
22 | do_configure:append() { | 26 | do_configure:append() { |
23 | # autogen uses python2 so generate headers ourselves | 27 | # autogen uses python2 so generate headers ourselves |
24 | cd ${S} | 28 | (cd ${S} && python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h) |
25 | python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h | ||
26 | } | 29 | } |