The gdkquartz.h include pulls into Apple Obj-C frameworks so the compiler needs to handle the gstgtkhelper library as such. Fixes #518
6 lines
104 B
Meson
6 lines
104 B
Meson
subdir('cocoa')
|
|
subdir('generic')
|
|
subdir('gtk', if_found : gtk_dep)
|
|
# FIXME: subdir('qt')
|
|
subdir('sdl')
|