pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qt5-qtbase



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar  5 11:56:19 UTC 2020

Modified Files:
        pkgsrc/x11/qt5-qtbase: options.mk

Log Message:
qt5-qtbase: remove unused bits from options.mk


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/qt5-qtbase/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/qt5-qtbase/options.mk
diff -u pkgsrc/x11/qt5-qtbase/options.mk:1.13 pkgsrc/x11/qt5-qtbase/options.mk:1.14
--- pkgsrc/x11/qt5-qtbase/options.mk:1.13       Wed Jul 24 19:44:55 2019
+++ pkgsrc/x11/qt5-qtbase/options.mk    Thu Mar  5 11:56:19 2020
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.13 2019/07/24 19:44:55 nia Exp $
+# $NetBSD: options.mk,v 1.14 2020/03/05 11:56:19 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qt5
-PKG_SUPPORTED_OPTIONS+=        cups eglfs gtk3
+PKG_SUPPORTED_OPTIONS+=        cups gtk3
 
 .include "../../mk/bsd.options.mk"
 
@@ -14,12 +14,6 @@ PLIST.cups=          yes
 CONFIGURE_ARGS+=       -no-cups
 .endif
 
-#.if !empty(PKG_OPTIONS:Megl)
-#CONFIGURE_ARGS+=      -no-eglfs
-#.else
-#CONFIGURE_ARGS+=      -no-eglfs
-#.endif
-
 PLIST_VARS+=           gtk3
 .if !empty(PKG_OPTIONS:Mgtk3)
 .  include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index