Date: Wed, 24 Jun 2020 12:05:10 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 247517] x11-toolkits/gtk30 fails with OPTIONS_UNSET=X11 Message-ID: <bug-247517-6497-FiHnh2ZDdj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247517-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-247517-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247517 Jan Beich <jbeich@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(gnome@ |maintainer-feedback+ |FreeBSD.org) | --- Comment #1 from Jan Beich <jbeich@FreeBSD.org> --- > by emulators/qemu Are you building headless (only CLI and curses)? If so disable GTK3 option = in qemu instead. devel/sdl20 can be used on Wayland-only systems but emulators/qemu gates SDL output on X11 for some reason. > COLORD=3Don: Color profile support graphics/colord needs to make --enable-argyllcms-sensor optional because=20 graphics/argyllcms unconditionally depends on X11. > ATK_BRIDGE=3Don: AT-SPI ATK bridge support (requires X11) > X11=3Don: GDK X11 backend Here's your answer. X11 cannot be disabled without ATK_BRIDGE. It's a known limitation of _IMPLIES. Try adding the following to /etc/make.conf: graphics_cairo_UNSET +=3D XCB x11-toolkits_gtk30_UNSET +=3D ATK_BRIDGE COLORD --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247517-6497-FiHnh2ZDdj>