From 99e70c829e1903944d497e64f7caebe8962a32e8 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 25 Nov 2024 01:00:33 +0100 Subject: [PATCH] gst1-plugins-bad: fix building GL libraries Build GL and Wayland libraries if GL modules is selected. Signed-off-by: Daniel Golle --- multimedia/gst1-plugins-bad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index a93e8f6aeb..1f9bdd448e 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -159,7 +159,7 @@ MESON_ARGS += \ -Dy4m=$(if $(CONFIG_PACKAGE_gst1-mod-y4mdec),en,dis)abled \ \ -Dopencv=disabled \ - -Dwayland=disabled \ + -Dwayland=$(if $(CONFIG_PACKAGE_libgst1gl),en,dis)abled \ -Dx11=disabled \ \ -Daom=disabled \ @@ -191,7 +191,7 @@ MESON_ARGS += \ -Dfdkaac=disabled \ -Dflite=disabled \ -Dfluidsynth=disabled \ - -Dgl=disabled \ + -Dgl=$(if $(CONFIG_PACKAGE_libgst1gl),en,dis)abled \ -Dgme=disabled \ -Dgpl=enabled \ -Dgsm=disabled \ -- 2.30.2