Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2022 12:29:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266398] x11-toolkits/qt5-gui: properly handle X11=off
Message-ID:  <bug-266398-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266398

            Bug ID: 266398
           Summary: x11-toolkits/qt5-gui: properly handle X11=3Doff
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: girgen@FreeBSD.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

Created attachment 236539
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236539&action=
=3Dedit
fix dependency problem for qt5.gui

When building qt-gui port with the X11 option =3D off, it still requires li=
bGL.so
from graphics/libglvnd, but that port will not build libGL.so unless X11 =
=3D on.

With my suggested adjustment:

X11 =3D on

$ make -V LIB_DEPENDS | tr ' ' '\n' | grep GL.so
libEGL.so:graphics/libglvnd
libGL.so:graphics/libglvnd
$

X11 =3D off
$ make -V LIB_DEPENDS | tr ' ' '\n' | grep GL.so
libEGL.so:graphics/libglvnd
$

This will unbreak building stuff when X11 =3D off and some port pulls in qt=
-gui
as a dependency.

--=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-266398-7788>