mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
gimp: make gi build conditional
This commit is contained in:
parent
f490b3de69
commit
af2ca12055
@ -39,7 +39,7 @@ DEPENDS:append:libc-musl = " libexecinfo"
|
|||||||
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking"
|
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking"
|
||||||
|
|
||||||
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gi-docgen features_check gobject-introspection vala
|
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gi-docgen features_check gobject-introspection vala
|
||||||
GIR_MESON_OPTION = ''
|
GIR_MESON_OPTION = 'can-crosscompile-gir'
|
||||||
VALA_MESON_OPTION = "vala"
|
VALA_MESON_OPTION = "vala"
|
||||||
VALA_MESON_ENABLE_FLAG = "enabled"
|
VALA_MESON_ENABLE_FLAG = "enabled"
|
||||||
VALA_MESON_DISABLE_FLAG = "disabled"
|
VALA_MESON_DISABLE_FLAG = "disabled"
|
||||||
@ -47,9 +47,7 @@ GIDOCGEN_MESON_OPTION = "gi-docgen"
|
|||||||
GIDOCGEN_MESON_ENABLE_FLAG = "enabled"
|
GIDOCGEN_MESON_ENABLE_FLAG = "enabled"
|
||||||
GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
|
GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = "git://github.com/GNOME/gimp.git;protocol=https;branch=master"
|
||||||
git://github.com/GNOME/gimp.git;protocol=https;branch=master \
|
|
||||||
"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "d3c5536ac85bb84e1beaba68aea12cf28062e08c"
|
SRCREV = "d3c5536ac85bb84e1beaba68aea12cf28062e08c"
|
||||||
@ -109,6 +107,5 @@ FILES:${PN} += "${datadir}/metainfo"
|
|||||||
EXTRA_OEMESON += " \
|
EXTRA_OEMESON += " \
|
||||||
-Dshmem-type=posix \
|
-Dshmem-type=posix \
|
||||||
-Dlinux-input=enabled \
|
-Dlinux-input=enabled \
|
||||||
-Dcan-crosscompile-gir=true \
|
|
||||||
--buildtype release \
|
--buildtype release \
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user