Skip to content

Commit

Permalink
gst1-plugins-bad: fix building GL libraries
Browse files Browse the repository at this point in the history
Build GL and Wayland libraries if GL modules is selected.

Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Nov 26, 2024
1 parent 4535470 commit 99e70c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multimedia/gst1-plugins-bad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 99e70c8

Please sign in to comment.