pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kguiaddons



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Sep 29 15:39:56 UTC 2022

Modified Files:
        pkgsrc/x11/kguiaddons: Makefile

Log Message:
kguiaddons: Fix wayland build


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/kguiaddons/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/kguiaddons/Makefile
diff -u pkgsrc/x11/kguiaddons/Makefile:1.36 pkgsrc/x11/kguiaddons/Makefile:1.37
--- pkgsrc/x11/kguiaddons/Makefile:1.36 Thu Sep 29 01:28:23 2022
+++ pkgsrc/x11/kguiaddons/Makefile      Thu Sep 29 15:39:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/09/29 01:28:23 markd Exp $
+# $NetBSD: Makefile,v 1.37 2022/09/29 15:39:55 ryoon Exp $
 
 DISTNAME=      kguiaddons-${KF5VER}
 CATEGORIES=    x11
@@ -14,6 +14,7 @@ USE_TOOLS+=   pkg-config
 .include "../../devel/wayland/platform.mk"
 
 .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+.  include "../../devel/plasma-wayland-protocols/buildlink3.mk"
 .  include "../../x11/qt5-qtwayland/buildlink3.mk"
 .else
 CMAKE_ARGS+=   -DWITH_WAYLAND=OFF



Home | Main Index | Thread Index | Old Index