examples/gl/gtk: Add missing dependency on gstgl
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>
Fri, 9 Oct 2020 15:15:37 +0000 (17:15 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 10 Oct 2020 03:46:39 +0000 (03:46 +0000)
commita6ed17c273f1c11f1a80f53e2ce1364dcbe25c0c
tree7a8656aee22865f450f3bc4efc91bf17f354f9de
parent11f12e49eb85c3b776bbb42d9b041aa74917dda7
examples/gl/gtk: Add missing dependency on gstgl

Occasionally, a clean build would fail like this:

    In file included from ../subprojects/gst-plugins-base/tests/examples/gl/gtk/gstgtk.c:24:
    ../subprojects/gst-plugins-base/gst-libs/gst/gl/gl.h:25:10: fatal error: gst/gl/gl-enumtypes.h: No such file or directory
       25 | #include <gst/gl/gl-enumtypes.h>
          |          ^~~~~~~~~~~~~~~~~~~~~~~

Add the missing dependency so that the headers are generated beforehand.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/855>
tests/examples/gl/gtk/meson.build