Skip to content

Commit fc89789

Browse files
committed
libXxf86vm: fix pkg-config file.
Remove autoconf leftovers Bump PKGREVISION.
1 parent f13ac80 commit fc89789

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

x11/libXxf86vm/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# $NetBSD: Makefile,v 1.20 2026/01/26 10:37:40 wiz Exp $
1+
# $NetBSD: Makefile,v 1.21 2026/02/08 07:45:07 wiz Exp $
22

33
DISTNAME= libXxf86vm-1.1.7
4+
PKGREVISION= 1
45
CATEGORIES= x11
56
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
67
EXTRACT_SUFX= .tar.xz
@@ -11,9 +12,10 @@ COMMENT= Library for the XFree86-VidMode X extension
1112

1213
USE_TOOLS+= pkg-config
1314

14-
PKGCONFIG_OVERRIDE+= xxf86vm.pc.in
15+
PKGCONFIG_OVERRIDE+= output/meson-private/xxf86vm.pc
16+
17+
PKGCONFIG_OVERRIDE_STAGE= post-configure
1518

16-
.include "../../meta-pkgs/modular-xorg/hacks.mk"
1719
.include "../../devel/meson/build.mk"
1820
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
1921
.include "../../x11/libX11/buildlink3.mk"

0 commit comments

Comments
 (0)