pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/fcitx5-gtk



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Dec 20 15:07:29 UTC 2023

Modified Files:
        pkgsrc/inputmethod/fcitx5-gtk: Makefile

Log Message:
fcitx5-gtk: Fix linking with libxkbcommon on non-wayland platforms
fcitx5-gtk:s configure step claims that libxkbcommon is optional
but it always links to XKBCommon::XKBCommon. libxbcommon is pulled
in via buildlink3.mk from gtk3 on wayland platforms. On non-wayland
platforms it is not pulled in causing build breakage. Include
libxkbcommons buildlink3.mk in the Makefile to make sure it is
available unconditionally.
No revbump is done in this commit since it is a build fix, all
built packages are already linked to libxkbcommon.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/inputmethod/fcitx5-gtk/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/fcitx5-gtk/Makefile
diff -u pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.15 pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.16
--- pkgsrc/inputmethod/fcitx5-gtk/Makefile:1.15 Tue Nov 14 14:02:17 2023
+++ pkgsrc/inputmethod/fcitx5-gtk/Makefile      Wed Dec 20 15:07:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/11/14 14:02:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/12/20 15:07:28 nros Exp $
 
 DISTNAME=      fcitx5-gtk-5.0.4
 PKGREVISION=   8
@@ -27,4 +27,5 @@ PKGCONFIG_OVERRIDE+=  fcitx-gclient/Fcitx
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/gtk4/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index