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:
parent
4535470a12
commit
99e70c829e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue