pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wezterm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 21 14:32:55 UTC 2025

Modified Files:
        pkgsrc/x11/wezterm: Makefile

Log Message:
wezterm: fix build with native X


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/wezterm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/wezterm/Makefile
diff -u pkgsrc/x11/wezterm/Makefile:1.3 pkgsrc/x11/wezterm/Makefile:1.4
--- pkgsrc/x11/wezterm/Makefile:1.3     Mon Feb 17 19:51:29 2025
+++ pkgsrc/x11/wezterm/Makefile Fri Feb 21 14:32:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/02/17 19:51:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/21 14:32:55 wiz Exp $
 
 # update tag information in post-extract below when updating this
 DISTNAME=      wezterm-20250213.133349
@@ -49,6 +49,8 @@ RUSTFLAGS+=   -C link-arg=${COMPILER_RPATH
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=    -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libxcb}/lib
+RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.xcb-util}/lib
+RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libxkbcommon}/lib
 
 CARGO_NO_DEFAULT_FEATURES=     yes
 CARGO_FEATURES+=               distro-defaults



Home | Main Index | Thread Index | Old Index