Add pkgconfig file for xkeyboard-config. Bump x11-links version to 0.50.
This commit is contained in:
parent
1f7916b210
commit
8756e68164
4 changed files with 9 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.114 2010/05/31 21:21:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.115 2010/06/04 10:52:21 ghen Exp $
|
||||
#
|
||||
# NOTE: If you update this package, then you'll likely need to also update
|
||||
# the x11-links dependency in buildlink3.mk to the correct version,
|
||||
# usually the most recent.
|
||||
|
||||
DISTNAME= x11-links-0.49
|
||||
DISTNAME= x11-links-0.50
|
||||
CATEGORIES= pkgtools x11
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.26 2010/05/31 21:20:02 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.27 2010/06/04 10:52:21 ghen Exp $
|
||||
#
|
||||
# Don't include this file manually! It will be included as necessary
|
||||
# by bsd.buildlink3.mk.
|
||||
|
@ -12,7 +12,7 @@ BUILDLINK_TREE+= x11-links
|
|||
.if !defined(X11_LINKS_BUILDLINK3_MK)
|
||||
X11_LINKS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.49
|
||||
BUILDLINK_API_DEPENDS.x11-links+= x11-links>=0.50
|
||||
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
|
||||
BUILDLINK_DEPMETHOD.x11-links?= build
|
||||
|
||||
|
|
3
pkgtools/x11-links/files/xorg.xkeyboard-config
Normal file
3
pkgtools/x11-links/files/xorg.xkeyboard-config
Normal file
|
@ -0,0 +1,3 @@
|
|||
# $NetBSD: xorg.xkeyboard-config,v 1.1 2010/06/04 10:52:21 ghen Exp $
|
||||
#
|
||||
lib/pkgconfig/xkeyboard-config.pc
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: xorg.mk,v 1.15 2009/03/20 19:25:13 joerg Exp $
|
||||
# $NetBSD: xorg.mk,v 1.16 2010/06/04 10:52:21 ghen Exp $
|
||||
#
|
||||
# This is for X.org, but use "xfree" files also.
|
||||
|
||||
|
@ -66,6 +66,7 @@ FILES_LIST= ${FILESDIR}/xorg
|
|||
.include "../../x11/xf86driproto/buildlink3.mk"
|
||||
.include "../../x11/xf86miscproto/buildlink3.mk"
|
||||
.include "../../x11/xf86vidmodeproto/buildlink3.mk"
|
||||
.include "../../x11/xkeyboard-config/buildlink3.mk"
|
||||
.include "../../x11/xproto/buildlink3.mk"
|
||||
.include "../../x11/xproxymanagementprotocol/buildlink3.mk"
|
||||
.include "../../x11/xtrans/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue