summaryrefslogtreecommitdiff
path: root/media-gfx/hugin/hugin-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-23 23:21:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-23 23:21:09 +0100
commit3c246ed172bd795a519ba659ba32c9e91f6bedde (patch)
treee645817a0c9a25a248315adfe5ed38e76eb3d49d /media-gfx/hugin/hugin-9999.ebuild
parentb42afc2e976bde12586d398e7cb53b7910866059 (diff)
gentoo auto-resync : 23:09:2023 - 23:21:08
Diffstat (limited to 'media-gfx/hugin/hugin-9999.ebuild')
-rw-r--r--media-gfx/hugin/hugin-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild
index 9411d0ca3b31..f73101d06bae 100644
--- a/media-gfx/hugin/hugin-9999.ebuild
+++ b/media-gfx/hugin/hugin-9999.ebuild
@@ -72,6 +72,10 @@ src_configure() {
local mycmakeargs=(
-DBUILD_HSI=$(usex python)
-DENABLE_LAPACK=$(usex lapack)
+ # Temporary workaround for bug #833443. Can be dropped when
+ # we switch to wxgtk-3.2, but complications for that remain
+ # w/ egl+wayland.
+ -DUSE_GDKBACKEND_X11=on
)
cmake_src_configure
}