FreeBSD Bugzilla – Attachment 244392 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, option vars version
x11-toolkits_qt5-widgets.diff (text/plain), 1.21 KB, created by
Corey Halpin
on 2023-08-27 17:43:08 UTC
(
hide
)
Description:
Add ATK_BRIDGE option for qt5-widgets, option vars version
Filename:
MIME Type:
Creator:
Corey Halpin
Created:
2023-08-27 17:43:08 UTC
Size:
1.21 KB
patch
obsolete
>Index: default/x11-toolkits/qt5-widgets/Makefile >=================================================================== >--- default.orig/x11-toolkits/qt5-widgets/Makefile >+++ default/x11-toolkits/qt5-widgets/Makefile >@@ -19,26 +19,30 @@ 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_DESC=AT-SPI ATK bridge support >+ATK_BRIDGE_CONFIGURE_OFF= -no-dbus >+ATK_BRIDGE_VARS= qt_config_opt+=accessibility-atspi-bridge >+ > GTK3_DESC= GTK+-based Qt theme > GTK3_USES= gnome > GTK3_USE= GNOME=gtk30 QT=dbus > GTK3_CONFIGURE_ON= -gtk > GTK3_CONFIGURE_OFF= -no-gtk >+GTK3_VARS= qt_config_opt+=gtk qt_defines_opt+=STYLE_GTK >+GTK3_VARS_OFF= qt_config_opt+=-gtk qt_defines_opt+=-STYLE_GTK >+ >+MAKE_ARGS=QT_CONFIG="${QT_CONFIG} ${QT_CONFIG_OPT}" QT_DEFINES="${QT_DEFINES} ${QT_DEFINES_OPT}" > > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MGTK3} >-QT_DEFINES+= STYLE_GTK >-QT_CONFIG+= gtk > MORE_WRKSRCS+= src/plugins/platformthemes >-.else >-QT_DEFINES+= -STYLE_GTK >-QT_CONFIG+= -gtk > .endif > > post-configure:
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