mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-01-28 23:42:46 +01:00
gimp: set LD_LIBRARY_PATH
target gimp is run through an exe-wrapper to create the splash png and it links with hosts gegl. Set LD_LIBRARY_PATH to avoid the issue move RDEPENDS Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
parent
bcba67667e
commit
4c3695008d
@ -35,7 +35,6 @@ 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
|
||||||
|
|
||||||
@ -53,6 +52,8 @@ S = "${WORKDIR}/git"
|
|||||||
SRCREV = "d52117a7f753353b5f900d8195a2443c603d6c94"
|
SRCREV = "d52117a7f753353b5f900d8195a2443c603d6c94"
|
||||||
PV = "3.0.0-RC-2"
|
PV = "3.0.0-RC-2"
|
||||||
|
|
||||||
|
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"
|
||||||
PACKAGECONFIG[appdata-test] = "-Dappdata-test=enabled,-Dappdata-test=disabled,appstream-glib-native"
|
PACKAGECONFIG[appdata-test] = "-Dappdata-test=enabled,-Dappdata-test=disabled,appstream-glib-native"
|
||||||
@ -130,3 +131,5 @@ 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