gst1-plugins-bad: fix building GL libraries

Build GL and Wayland libraries if GL modules is selected.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2024-11-25 01:00:33 +01:00
parent 4535470a12
commit 99e70c829e
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ MESON_ARGS += \
-Dy4m=$(if $(CONFIG_PACKAGE_gst1-mod-y4mdec),en,dis)abled \ -Dy4m=$(if $(CONFIG_PACKAGE_gst1-mod-y4mdec),en,dis)abled \
\ \
-Dopencv=disabled \ -Dopencv=disabled \
-Dwayland=disabled \ -Dwayland=$(if $(CONFIG_PACKAGE_libgst1gl),en,dis)abled \
-Dx11=disabled \ -Dx11=disabled \
\ \
-Daom=disabled \ -Daom=disabled \
@ -191,7 +191,7 @@ MESON_ARGS += \
-Dfdkaac=disabled \ -Dfdkaac=disabled \
-Dflite=disabled \ -Dflite=disabled \
-Dfluidsynth=disabled \ -Dfluidsynth=disabled \
-Dgl=disabled \ -Dgl=$(if $(CONFIG_PACKAGE_libgst1gl),en,dis)abled \
-Dgme=disabled \ -Dgme=disabled \
-Dgpl=enabled \ -Dgpl=enabled \
-Dgsm=disabled \ -Dgsm=disabled \