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.
1 parent b10a8fb commit b29bf1fCopy full SHA for b29bf1f
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.20 fixup PACKAGE_VERSION
1201
+ # the project version is used in library names
1202
+ sed -i "s/-DPACKAGE_VERSION=[^,]*/\0 + '.${version}'/" meson.build &&
1203
+ git add meson.build
1204
elif [ -e "${meson_build}" ]; then
1205
case "${project}" in
1206
libcamera)
0 commit comments