[Bug 247517] x11-toolkits/gtk30 fails with OPTIONS_UNSET=X11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 24 12:05:10 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247517

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(gnome@ |maintainer-feedback+
                   |FreeBSD.org)                |

--- Comment #1 from Jan Beich <jbeich at 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=on: Color profile support

graphics/colord needs to make --enable-argyllcms-sensor optional because 
graphics/argyllcms unconditionally depends on X11.

>     ATK_BRIDGE=on: AT-SPI ATK bridge support (requires X11)
>     X11=on: 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 += XCB
  x11-toolkits_gtk30_UNSET += ATK_BRIDGE COLORD

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list