package/gstreamer1/gst1-plugins-base: fix dispmanx option
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 17 Aug 2019 12:24:02 +0000 (14:24 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Aug 2019 11:20:12 +0000 (13:20 +0200)
commit1b5f961bcbd52750d42d2c0b01f5911a84f75098
tree150b6c39d4f178cfe954eb378f6576037e3abd17
parent939c0187cae92793cb282e447a65f39e407a515c
package/gstreamer1/gst1-plugins-base: fix dispmanx option

There is a typo in the handling of the
BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_DISPMANX option: we're adding
dispmax to GST1_PLUGINS_BASE_WINSYS_LIST, which causes the following
build failure:

meson.build:1:0: ERROR: Options "dispmax" are not in allowed choices: "x11, wayland, win32, cocoa, dispmanx, viv-fb, gbm, auto"

We fix this by using the proper option name, "dispmanx" instead of the
slightly incorrect "dispmax".

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk