pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kguiaddons kguiaddons: Fix wayland build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a90024610ba
branches:  trunk
changeset: 385987:4a90024610ba
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Sep 29 15:39:55 2022 +0000

description:
kguiaddons: Fix wayland build

diffstat:

 x11/kguiaddons/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5569bee03eca -r 4a90024610ba x11/kguiaddons/Makefile
--- a/x11/kguiaddons/Makefile   Thu Sep 29 15:39:00 2022 +0000
+++ b/x11/kguiaddons/Makefile   Thu Sep 29 15:39:55 2022 +0000
@@ -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 @@
 .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