pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 gtk2: Needs Xdamage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d57e49895a
branches:  trunk
changeset: 339204:b2d57e49895a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 08 14:29:25 2019 +0000

description:
gtk2: Needs Xdamage.

This previously relied on transclusion via MesaLib via cairo.

diffstat:

 x11/gtk2/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f095b2cd554f -r b2d57e49895a x11/gtk2/options.mk
--- a/x11/gtk2/options.mk       Sun Sep 08 14:05:38 2019 +0000
+++ b/x11/gtk2/options.mk       Sun Sep 08 14:29:25 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2017/11/12 15:36:59 khorben Exp $
+# $NetBSD: options.mk,v 1.17 2019/09/08 14:29:25 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk2
 PKG_SUPPORTED_OPTIONS= cups debug
@@ -41,6 +41,7 @@
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"



Home | Main Index | Thread Index | Old Index