FreeBSD Bugzilla – Attachment 243987 Details for
Bug 271581
x11-toolkits/qt5-gui: fails to package when ATKONLY=on in accessibility/at-spi2-core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add ATK_BRIDGE option for qt5-widgets
x11-toolkits_qt5-widgets.diff (text/plain), 871 bytes, created by
Corey Halpin
on 2023-08-09 16:00:36 UTC
(
hide
)
Description:
Add ATK_BRIDGE option for qt5-widgets
Filename:
MIME Type:
Creator:
Corey Halpin
Created:
2023-08-09 16:00:36 UTC
Size:
871 bytes
patch
obsolete
>Index: default/x11-toolkits/qt5-widgets/Makefile >=================================================================== >--- default.orig/x11-toolkits/qt5-widgets/Makefile >+++ default/x11-toolkits/qt5-widgets/Makefile >@@ -19,11 +19,14 @@ MORE_WRKSRCS= src/tools/uic > > QT_BINARIES= yes > QT_DEFINES= ACCESSIBILITY WIDGETS XSYNC >-QT_CONFIG= accessibility accessibility-atspi-bridge xlib >+QT_CONFIG= accessibility xlib > >-OPTIONS_DEFINE= GTK3 >+OPTIONS_DEFINE= GTK3 ATK_BRIDGE >+OPTIONS_DEFAULT= ATK_BRIDGE > OPTIONS_SUB= YES > >+ATK_BRIDGE_CONFIGURE_OFF= -no-dbus >+ > GTK3_DESC= GTK+-based Qt theme > GTK3_USES= gnome > GTK3_USE= GNOME=gtk30 QT=dbus >@@ -32,6 +35,10 @@ GTK3_CONFIGURE_OFF= -no-gtk > > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MATK_BRIDGE} >+QT_CONFIG+= accessibility-atspi-bridge >+.endif >+ > .if ${PORT_OPTIONS:MGTK3} > QT_DEFINES+= STYLE_GTK > QT_CONFIG+= gtk
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271581
:
243986
|
243987
|
244229
|
244230
|
244391
|
244392
|
247856