Skip to content

Commit 0a6d304

Browse files
committed
libXinerama: fix pkg-config file.
Remove autoconf leftovers. Bump PKGREVISION.
1 parent 4e0f137 commit 0a6d304

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

x11/libXinerama/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# $NetBSD: Makefile,v 1.23 2026/01/26 00:00:00 wiz Exp $
1+
# $NetBSD: Makefile,v 1.24 2026/02/08 06:54:46 wiz Exp $
22

33
DISTNAME= libXinerama-1.1.6
4+
PKGREVISION= 1
45
CATEGORIES= x11
56
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
67
EXTRACT_SUFX= .tar.xz
@@ -11,12 +12,13 @@ COMMENT= X PanoramiX extension library
1112

1213
USE_TOOLS+= pkg-config
1314

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

1619
X11_LIB_NAME?= libXinerama
1720
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
1821
.include "../../devel/meson/build.mk"
19-
.include "../../meta-pkgs/modular-xorg/hacks.mk"
2022
.include "../../x11/libX11/buildlink3.mk"
2123
.include "../../x11/libXext/buildlink3.mk"
2224
.include "../../x11/xorgproto/buildlink3.mk"

0 commit comments

Comments
 (0)