pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Add the required buildlink foo for the gt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db51cedba596
branches:  trunk
changeset: 400409:db51cedba596
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Oct 19 11:07:32 2009 +0000

description:
Add the required buildlink foo for the gtk2 options, some stuff wants
to link against gobject it seems.

diffstat:

 x11/qt4-libs/buildlink3.mk |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 13765512a058 -r db51cedba596 x11/qt4-libs/buildlink3.mk
--- a/x11/qt4-libs/buildlink3.mk        Mon Oct 19 11:05:52 2009 +0000
+++ b/x11/qt4-libs/buildlink3.mk        Mon Oct 19 11:07:32 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2009/08/26 19:56:38 sno Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2009/10/19 11:07:32 ahoka Exp $
 
 BUILDLINK_TREE+=       qt4-libs
 
@@ -35,6 +35,13 @@
 .endif
 .include "../../mk/pthread.buildlink3.mk"
 
+pkgbase := qt4-libs
+.include "../../mk/pkg-build-options.mk"
+.if !empty(PKG_BUILD_OPTIONS.qt4-libs:Mgtk2)
+.  include "../../devel/glib2/buildlink3.mk"
+#.  include "../../x11/gtk2/buildlink3.mk"
+.endif
+
 .if !defined(BUILD_QT4)
 CONFIGURE_ENV+=                QTDIR=${QTDIR:Q}
 MAKE_ENV+=             QTDIR=${QTDIR:Q}



Home | Main Index | Thread Index | Old Index