Tue Nov 17 13:27:00 2020 UTC ()
(wm/mutter) Add gdbus-codegen-[0-9]* for BUILD_DEPENDS (is it enough ?)


(mef)
diff -r1.1 -r1.2 pkgsrc/wm/mutter/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/wm/mutter/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/mutter/Makefile 2020/11/10 01:56:20 1.1
+++ pkgsrc/wm/mutter/Makefile 2020/11/17 13:27:00 1.2
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.1 2020/11/10 01:56:20 nia Exp $ 1# $NetBSD: Makefile,v 1.2 2020/11/17 13:27:00 mef Exp $
2 2
3DISTNAME= mutter-3.38.1 3DISTNAME= mutter-3.38.1
4CATEGORIES= wm gnome 4CATEGORIES= wm gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= dan@alt.md 8MAINTAINER= dan@alt.md
9HOMEPAGE= https://gitlab.gnome.org/GNOME/mutter 9HOMEPAGE= https://gitlab.gnome.org/GNOME/mutter
10COMMENT= GNOME window manager 10COMMENT= GNOME window manager
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
 14BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
14 15
15.include "../../graphics/MesaLib/features.mk" 16.include "../../graphics/MesaLib/features.mk"
16 17
17.if ${MESALIB_SUPPORTS_EGL} == "no" 18.if ${MESALIB_SUPPORTS_EGL} == "no"
18MESON_ARGS+= -Degl=false 19MESON_ARGS+= -Degl=false
19.endif 20.endif
20 21
21.if ${MESALIB_SUPPORTS_GLESv2} == "no" 22.if ${MESALIB_SUPPORTS_GLESv2} == "no"
22MESON_ARGS+= -Dgles2=false 23MESON_ARGS+= -Dgles2=false
23.endif 24.endif
24 25
25MESON_ARGS+= -Dudev=false 26MESON_ARGS+= -Dudev=false
26MESON_ARGS+= -Dnative_backend=false 27MESON_ARGS+= -Dnative_backend=false