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: nia
Date: Mon Aug 19 13:31:20 UTC 2019
Modified Files:
pkgsrc/x11/gtk3: buildlink3.mk
Log Message:
gtk3: handle wayland in buildlink
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/gtk3/buildlink3.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/buildlink3.mk
diff -u pkgsrc/x11/gtk3/buildlink3.mk:1.38 pkgsrc/x11/gtk3/buildlink3.mk:1.39
--- pkgsrc/x11/gtk3/buildlink3.mk:1.38 Sun Jul 21 22:24:16 2019
+++ pkgsrc/x11/gtk3/buildlink3.mk Mon Aug 19 13:31:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.38 2019/07/21 22:24:16 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.39 2019/08/19 13:31:19 nia Exp $
BUILDLINK_TREE+= gtk3
@@ -28,7 +28,7 @@ BUILDLINK_API_DEPENDS.libepoxy+= libepox
.if !empty(PKG_BUILD_OPTIONS.gtk3:Mx11)
. if !empty(PKG_BUILD_OPTIONS.gtk3:Mgtk3-atk-bridge)
. include "../../devel/at-spi2-atk/buildlink3.mk"
-. endif
+. endif # PKG_BUILD_OPTIONS.gtk3:Mgtk3-atk-bridge
.include "../../x11/libXcursor/buildlink3.mk"
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
.include "../../x11/libXft/buildlink3.mk"
@@ -36,7 +36,12 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXcomposite/buildlink3.mk"
-.endif
+.endif # PKG_BUILD_OPTIONS.gtk3:Mx11
+.if !empty(PKG_BUILD_OPTIONS.gtk3:Mwayland)
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.endif # PKG_BUILD_OPTIONS.gtk3:Mwayland
.endif # GTK3_BUILDLINK3_MK
BUILDLINK_TREE+= -gtk3
Home |
Main Index |
Thread Index |
Old Index