You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/slic3r/files/slic3r-1.3.0-wayland.patch

11 lines
224 B

--- a/slic3r.pl
+++ b/slic3r.pl
@@ -20,6 +20,7 @@ use Time::HiRes qw(gettimeofday tv_interval);
$|++;
binmode STDOUT, ':utf8';
binmode STDERR, ':utf8';
+$ENV{GDK_BACKEND} = 'x11';
our %opt = ();
my %cli_options = ();