pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/gssdp12



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 14:05:29 UTC 2021

Modified Files:
        pkgsrc/net/gssdp12: Makefile

Log Message:
gssdp12: remove unknown meson option to make this build with latest meson


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gssdp12/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/gssdp12/Makefile
diff -u pkgsrc/net/gssdp12/Makefile:1.17 pkgsrc/net/gssdp12/Makefile:1.18
--- pkgsrc/net/gssdp12/Makefile:1.17    Wed Dec  8 16:02:27 2021
+++ pkgsrc/net/gssdp12/Makefile Sun Dec 19 14:05:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/12/08 16:02:27 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/12/19 14:05:29 wiz Exp $
 
 DISTNAME=      gssdp-1.2.2
 PKGNAME=       ${DISTNAME:S/gssdp/gssdp12/}
@@ -16,8 +16,6 @@ USE_TOOLS+=   pkg-config
 
 # needs GTK3+
 MESON_ARGS+=   -Dsniffer=false
-# needs gtk-doc
-MESON_ARGS+=   -Dgtk-doc=false
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index