pkgsrc-WIP-changes archive

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

libplacebo: Be more explicit on features requested



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 31 15:20:00 2023 +0100
Changeset:	0c0e65238afb7049595b6f03cef10fd3985d0f4c

Modified Files:
	libplacebo/Makefile

Log Message:
libplacebo: Be more explicit on features requested

Add several MESON_ARGS in order to be explicit in the features that we
request.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c0e65238afb7049595b6f03cef10fd3985d0f4c

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

diffstat:
 libplacebo/Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diffs:
diff --git a/libplacebo/Makefile b/libplacebo/Makefile
index 931bc6de5d..e6138065f3 100644
--- a/libplacebo/Makefile
+++ b/libplacebo/Makefile
@@ -12,6 +12,15 @@ LICENSE=	gnu-lgpl-v2.1
 
 DEPENDS+=	${PYPKGPREFIX}-glad2-[0-9]*:../../wip/py-glad2
 
+MESON_ARGS+=	-Ddemos=false
+MESON_ARGS+=	-Ddovi=disabled
+MESON_ARGS+=	-Dglslang=disabled
+MESON_ARGS+=	-Dlcms=enabled
+MESON_ARGS+=	-Dopengl=enabled
+MESON_ARGS+=	-Dshaderc=disabled
+MESON_ARGS+=	-Dvulkan=disabled
+MESON_ARGS+=	-Dxxhash=enabled
+
 USE_TOOLS+=	pkg-config
 
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index