Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ Build-Depends: debhelper-compat (= 13),
qt6-quick3d-dev,
qt6-webengine-dev,
qt6-webengine-dev-tools,
# jammy still carries the pre-6.4 binary names for these three
# jammy still carries the pre-6.4 binary names for these four
qt6-svg-dev | libqt6svg6-dev,
qt6-5compat-dev | libqt6core5compat6-dev,
qt6-websockets-dev | libqt6websockets6-dev,
# QT.quick3d.depends; qt6-quick3d-dev only pulls it in from 6.6 on
qt6-shadertools-dev | libqt6shadertools6-dev,
# QtHttpServer needs Qt 6.4; OMEdit builds without the MCP server on jammy
qt6-httpserver-dev | qt6-base-dev,
flex,
Expand Down Expand Up @@ -194,8 +196,8 @@ Depends: omc (<< 20000),
libomsimulator,
libomsensplugin,
qml6-module-qtquick,
# split out of libqt6quick3d6 in Qt 6.6
qml6-module-qtquick3d | libqt6quick3d6,
# renamed from qml6-module-quick3d in Qt 6.6
qml6-module-qtquick3d | qml6-module-quick3d,
${shlibs:Depends},
${misc:Depends}
Suggests: omlibrary
Expand Down
4 changes: 1 addition & 3 deletions debian/libomcsimulation.install
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ debian/tmp/usr/include/omc/ModelicaExternalC/*

# Simulations
debian/tmp/usr/lib/*/omc/libOpenModelicaFMIRuntimeC*
debian/tmp/usr/lib/*/omc/libSimulationRuntimeC.*
debian/tmp/usr/lib/*/omc/libSimulationRuntimeFMI*
debian/tmp/usr/lib/*/omc/libSimulationRuntimeRust.*
debian/tmp/usr/lib/*/omc/libSimulationRuntime*

## SuiteSparse
debian/tmp/usr/lib/*/omc/lib*amd*
Expand Down
Loading