Compare commits

..

No commits in common. "451d7f5990757131306bdd227d3ed97f864fa264" and "ded5310195fc6e4ea8c86dd056689cf8156a2fe1" have entirely different histories.

3 changed files with 6 additions and 11 deletions

View File

@ -10,8 +10,8 @@ SRC_URI = " \
git://github.com/google/highway.git;protocol=https;branch=master \
"
PV = "1.1.0"
SRCREV = "58b52a717469e62b2d9b8eaa2f5dddb44d4a4cbf"
PV = "1.0.7"
SRCREV = "ba0900a4957b929390ab73827235557959234fea"
S = "${WORKDIR}/git"
EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"

View File

@ -12,8 +12,8 @@ SRC_URI = " \
gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1 \
"
PV = "0.10.2"
SRCREV = "e1489592a770b989303b0edc5cc1dc447bbe0515"
PV = "0.8.2"
SRCREV = "954b460768c08a147abf47689ad69b0e7beff65e"
S = "${WORKDIR}/git"
EXTRA_OECMAKE = " \

View File

@ -49,8 +49,8 @@ GIDOCGEN_MESON_DISABLE_FLAG = "disabled"
SRC_URI = "git://github.com/GNOME/gimp.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
SRCREV = "f94c4cb5dbf9766b27ecb5016b7a39497cc74ddc"
PV = "2.99.18"
SRCREV = "d3c5536ac85bb84e1beaba68aea12cf28062e08c"
PV = "2.99.16"
PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
@ -108,8 +108,3 @@ EXTRA_OEMESON += " \
-Dlinux-input=enabled \
--buildtype release \
"
do_configure:append () {
sed -i -e "s|${RECIPE_SYSROOT_NATIVE}||" ${B}/config.h
sed -i -e "s|${RECIPE_SYSROOT_NATIVE}||" ${B}/config.h
}