We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a16421a + b5028f0 commit a3616f4Copy full SHA for a3616f4
umpf
@@ -1196,6 +1196,11 @@ rebase_end() {
1196
# the project version is used in library names
1197
sed -i "s/@VCS_TAG@/\0.${version}/" src/version/version.h.in &&
1198
git add src/version/version.h.in
1199
+ elif grep -sq "'gallium-@0@'.format(meson.project_version())" src/gallium/targets/dri/meson.build; then
1200
+ # for Mesa >= 24.2.0 fixup PACKAGE_VERSION
1201
+ # the project version is used in library names
1202
+ sed -i "s/-DPACKAGE_VERSION=\"@0@/\0.${version}/" meson.build &&
1203
+ git add meson.build
1204
elif [ -e "${meson_build}" ]; then
1205
case "${project}" in
1206
libcamera)
0 commit comments