diff --git a/recipes-emulators/dosbox/dosbox-staging.bb b/recipes-emulators/dosbox/dosbox-staging.bb index 79bb80f..62e63c4 100644 --- a/recipes-emulators/dosbox/dosbox-staging.bb +++ b/recipes-emulators/dosbox/dosbox-staging.bb @@ -21,11 +21,11 @@ inherit meson gtk-icon-cache features_check REQUIRED_DISTRO_FEATURES = "x11 opengl" SRC_URI = " \ - git://github.com/dosbox-staging/dosbox-staging.git \ + git://github.com/dosbox-staging/dosbox-staging.git;branch=kc/release-0.77.1 \ file://0001-Fix-missing-include.patch \ " -SRCREV = "15a57e26c4d1123606a7ac455d2ccbce15e976b9" -PV = "0.77.0" +SRCREV = "30d8752ac518182b83af945b3dd372eb4fc9b08d" +PV = "0.77.1" S = "${WORKDIR}/git" DYNCORE ?= "-Ddynamic_core=dynrec"