pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jan  3 03:04:10 UTC 2023

Modified Files:
        pkgsrc/x11/gtk3: options.mk

Log Message:
gtk3: fix incomplete autoconf -> meson conversion for gtk3-atk-bridge


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/gtk3/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/gtk3/options.mk
diff -u pkgsrc/x11/gtk3/options.mk:1.25 pkgsrc/x11/gtk3/options.mk:1.26
--- pkgsrc/x11/gtk3/options.mk:1.25     Sun Jan  1 21:21:35 2023
+++ pkgsrc/x11/gtk3/options.mk  Tue Jan  3 03:04:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2023/01/01 21:21:35 adam Exp $
+# $NetBSD: options.mk,v 1.26 2023/01/03 03:04:10 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk3
 PKG_SUPPORTED_OPTIONS+=        gtk3-atk-bridge cups
@@ -54,8 +54,9 @@ PLIST.x11=    yes
 .  if !empty(PKG_OPTIONS:Mgtk3-atk-bridge)
 BUILDLINK_API_DEPENDS.at-spi2-atk+=    at-spi2-atk>=2.6.1
 .    include "../../devel/at-spi2-atk/buildlink3.mk"
+MESON_ARGS+=   -Datk_bridge=true
 .  else
-CONFIGURE_ARGS+=       --without-atk-bridge
+MESON_ARGS+=   -Datk_bridge=false
 .  endif
 
 BUILDLINK_API_DEPENDS.Xft2+=   Xft2>=2.1.2nb2



Home | Main Index | Thread Index | Old Index