diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2023-08-01 20:21:04 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2023-08-01 20:22:23 +0200 |
commit | 856aa99efca751cb4f0eb232e5323c50994cd5ee (patch) | |
tree | 809ea976189c8434295538816831e60984ee747c /media-gfx | |
parent | sys-apps/man-pages: add 6.05 (diff) | |
download | gentoo-856aa99efca751cb4f0eb232e5323c50994cd5ee.tar.gz gentoo-856aa99efca751cb4f0eb232e5323c50994cd5ee.tar.bz2 gentoo-856aa99efca751cb4f0eb232e5323c50994cd5ee.zip |
media-gfx/prusaslicer: 2.6.0-r1: patch out hard dep on wayland (and X11).
Closes: https://bugs.gentoo.org/910751
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/prusaslicer/files/prusaslicer-2.6.0-dont-force-link-to-wayland-and-x11.patch | 14 | ||||
-rw-r--r-- | media-gfx/prusaslicer/prusaslicer-2.6.0-r1.ebuild (renamed from media-gfx/prusaslicer/prusaslicer-2.6.0.ebuild) | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/prusaslicer/files/prusaslicer-2.6.0-dont-force-link-to-wayland-and-x11.patch b/media-gfx/prusaslicer/files/prusaslicer-2.6.0-dont-force-link-to-wayland-and-x11.patch new file mode 100644 index 000000000000..b949d3b5a897 --- /dev/null +++ b/media-gfx/prusaslicer/files/prusaslicer-2.6.0-dont-force-link-to-wayland-and-x11.patch @@ -0,0 +1,14 @@ +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 50eccfc84..d0f9205b3 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -115,9 +115,6 @@ if (SLIC3R_GUI) + # libslic3r_gui will link to opengl anyway, so lets override wx + list(FILTER wxWidgets_LIBRARIES EXCLUDE REGEX OpenGL) + +- if (UNIX AND NOT APPLE) +- list(APPEND wxWidgets_LIBRARIES X11 wayland-client wayland-egl EGL) +- endif () + # list(REMOVE_ITEM wxWidgets_LIBRARIES oleacc) + message(STATUS "wx libs: ${wxWidgets_LIBRARIES}") + diff --git a/media-gfx/prusaslicer/prusaslicer-2.6.0.ebuild b/media-gfx/prusaslicer/prusaslicer-2.6.0-r1.ebuild index fcbc39930483..281398381412 100644 --- a/media-gfx/prusaslicer/prusaslicer-2.6.0.ebuild +++ b/media-gfx/prusaslicer/prusaslicer-2.6.0-r1.ebuild @@ -53,6 +53,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${P}-libexpat-double-definition-fix.patch" "${FILESDIR}/${P}-disable-noisy-asserts.patch" + "${FILESDIR}/${P}-dont-force-link-to-wayland-and-x11.patch" ) S="${WORKDIR}/${MY_PN}-version_${MY_PV}" |