We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440c46f commit 6a139f2Copy full SHA for 6a139f2
1 file changed
x11/libXxf86dga/Makefile
@@ -1,6 +1,7 @@
1
-# $NetBSD: Makefile,v 1.21 2026/01/26 10:36:07 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/08 07:00:04 wiz Exp $
2
3
DISTNAME= libXxf86dga-1.1.7
4
+PKGREVISION= 1
5
CATEGORIES= x11
6
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7
EXTRACT_SUFX= .tar.xz
@@ -11,9 +12,10 @@ COMMENT= Library for the XFree86-DGA X extension
11
12
13
USE_TOOLS+= pkg-config
14
-PKGCONFIG_OVERRIDE+= xxf86dga.pc.in
15
+PKGCONFIG_OVERRIDE+= output/meson-private/xxf86dga.pc
16
+
17
+PKGCONFIG_OVERRIDE_STAGE= post-configure
18
-.include "../../meta-pkgs/modular-xorg/hacks.mk"
19
.include "../../devel/meson/build.mk"
20
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
21
.include "../../x11/libX11/buildlink3.mk"
0 commit comments