mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
imv: avoid bashism
This commit is contained in:
parent
54eba45f3d
commit
ff53855416
@ -21,8 +21,6 @@ DEPENDS += " \
|
|||||||
virtual/egl \
|
virtual/egl \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "bash"
|
|
||||||
|
|
||||||
PACKAGECONFIG[x11] = "-Dwindows=all,-Dwindows=wayland,libx11 libglu xcb-util-renderutil"
|
PACKAGECONFIG[x11] = "-Dwindows=all,-Dwindows=wayland,libx11 libglu xcb-util-renderutil"
|
||||||
PACKAGECONFIG[tiff] = ",,tiff"
|
PACKAGECONFIG[tiff] = ",,tiff"
|
||||||
PACKAGECONFIG[png] = ",,libpng"
|
PACKAGECONFIG[png] = ",,libpng"
|
||||||
@ -41,7 +39,7 @@ SRC_URI = "git://github.com/eXeC64/imv.git;protocol=https"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "4.3.0"
|
PV = "4.3.0"
|
||||||
SRCREV = "v${PV}"
|
SRCREV = "f58e81288b2138d1b532cf11fb95bbcbac362a4e"
|
||||||
|
|
||||||
inherit meson pkgconfig mime-xdg features_check
|
inherit meson pkgconfig mime-xdg features_check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user