pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qt5
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 25 17:56:01 UTC 2025
Modified Files:
pkgsrc/x11/py-qt5: options.mk
Log Message:
py-qt5: fix case where dbus option is turned off
from Rob Whitlock in PR 59187.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-qt5/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-qt5/options.mk
diff -u pkgsrc/x11/py-qt5/options.mk:1.1 pkgsrc/x11/py-qt5/options.mk:1.2
--- pkgsrc/x11/py-qt5/options.mk:1.1 Fri Dec 2 15:31:58 2022
+++ pkgsrc/x11/py-qt5/options.mk Sun May 25 17:56:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/12/02 15:31:58 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2025/05/25 17:56:01 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-qt5
PKG_SUPPORTED_OPTIONS+= dbus
@@ -11,4 +11,6 @@ PLIST_VARS+= dbus
PLIST.dbus= yes
.include "../../sysutils/dbus-python-common/buildlink3.mk"
.include "../../sysutils/py-dbus/buildlink3.mk"
+.else
+WHEEL_ARGS+= -C=--disable=QtDBus
.endif
Home |
Main Index |
Thread Index |
Old Index