gstreamer/tests/examples/gl/meson.build
Philippe Normand 6c1dc1b129 examples/gl/gtk: Fix build on macOS
The gdkquartz.h include pulls into Apple Obj-C frameworks so the compiler needs
to handle the gstgtkhelper library as such.

Fixes #518
2018-12-27 14:55:28 +01:00

6 lines
104 B
Meson

subdir('cocoa')
subdir('generic')
subdir('gtk', if_found : gtk_dep)
# FIXME: subdir('qt')
subdir('sdl')