Skip to content

Commit

Permalink
Bump mirplatform ABI; we've dropped some DRMFormat symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOF committed Jul 9, 2024
1 parent 202b2b0 commit 0c244d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Description: Display server for Ubuntu - server library
.
Contains the shared library needed by server applications for Mir.

Package: libmirplatform28
Package: libmirplatform29
Section: libs
Architecture: linux-any
Multi-Arch: same
Expand Down Expand Up @@ -140,7 +140,7 @@ Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmirplatform28 (= ${binary:Version}),
Depends: libmirplatform29 (= ${binary:Version}),
libmircommon-dev (= ${binary:Version}),
libboost-program-options-dev,
${misc:Depends},
Expand Down
1 change: 0 additions & 1 deletion debian/libmirplatform28.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libmirplatform29.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libmirplatform.so.29
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We need MIRPLATFORM_ABI in both libmirplatform and the platform implementations.
set(MIRPLATFORM_ABI 28)
set(MIRPLATFORM_ABI 29)

set(MIRAL_VERSION_MAJOR 5)
set(MIRAL_VERSION_MINOR 1)
Expand Down
2 changes: 1 addition & 1 deletion src/platform/symbols.map
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIR_PLATFORM_2.17 {
MIR_PLATFORM_2.18 {
global:
extern "C++" {
mir::graphics::AtomicFrame::increment*;
Expand Down

0 comments on commit 0c244d6

Please sign in to comment.