summaryrefslogtreecommitdiff
path: root/audio/gst-plugins1-a52/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-25 06:42:03 +0000
committerwiz <wiz@pkgsrc.org>2022-04-25 06:42:03 +0000
commit9523571e7175823e69c88253b5652bc9cace37ad (patch)
treef0c8368ee8434b49237a3b0a2acef26d80c514a4 /audio/gst-plugins1-a52/Makefile
parent92ac48c4957d0822160dd08f975b52cb8b1fb4b5 (diff)
downloadpkgsrc-9523571e7175823e69c88253b5652bc9cace37ad.tar.gz
gst-plugins1-a52: fix build by telling meson to accept gpl
Diffstat (limited to 'audio/gst-plugins1-a52/Makefile')
-rw-r--r--audio/gst-plugins1-a52/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/gst-plugins1-a52/Makefile b/audio/gst-plugins1-a52/Makefile
index a9b707d70cf..af9eec25d4e 100644
--- a/audio/gst-plugins1-a52/Makefile
+++ b/audio/gst-plugins1-a52/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/11/15 22:01:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/25 06:42:03 wiz Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-a52/}
CATEGORIES= audio gnome
@@ -7,6 +7,8 @@ COMMENT= Open source multimedia framework - Dolby AC-3 audio plugin
GST_PLUGINS+= a52dec
+MESON_ARGS+= -Dgpl=enabled
+
.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
.include "../../audio/liba52/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"