mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-21 08:16:44 +02:00
Compare commits
No commits in common. "4c3695008de169525d5eb5938178aeeeed9b3b4c" and "2f6842e8bc5b1a12ba44ce154176f96dbf314028" have entirely different histories.
4c3695008d
...
2f6842e8bc
@ -35,6 +35,7 @@ DEPENDS = " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
DEPENDS:append:libc-musl = " libexecinfo"
|
DEPENDS:append:libc-musl = " libexecinfo"
|
||||||
|
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject"
|
||||||
|
|
||||||
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala
|
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala
|
||||||
|
|
||||||
@ -49,10 +50,8 @@ GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
|
|||||||
SRC_URI = "gitsm://github.com/GNOME/gimp.git;protocol=https;branch=master"
|
SRC_URI = "gitsm://github.com/GNOME/gimp.git;protocol=https;branch=master"
|
||||||
SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch"
|
SRC_URI += "file://0001-gimp-cross-compile-fix-for-bz2.patch"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "d52117a7f753353b5f900d8195a2443c603d6c94"
|
SRCREV = "461d5db07e4931ebf5fd293eeddd85f2d7a6aa62"
|
||||||
PV = "3.0.0-RC-2"
|
PV = "3.0.0-RC-1"
|
||||||
|
|
||||||
export LD_LIBRARY_PATH = "${STAGING_LIBDIR}"
|
|
||||||
|
|
||||||
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
||||||
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
|
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
|
||||||
@ -131,5 +130,3 @@ do_install:prepend() {
|
|||||||
sed -i -e "s|${B}||" ${B}/app/widgets/gimplanguagestore-data.h
|
sed -i -e "s|${B}||" ${B}/app/widgets/gimplanguagestore-data.h
|
||||||
sed -i -e "s|${B}||" ${B}/plug-ins/file-bmp/huffman.h
|
sed -i -e "s|${B}||" ${B}/plug-ins/file-bmp/huffman.h
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user