Skip to content

Commit

Permalink
Add required dependencies of cocoa GL example for linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Aug 10, 2020
1 parent 2d69cd5 commit 855315c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/examples/gl/cocoa/meson.build
@@ -1,8 +1,9 @@

if host_system == 'darwin'
appkit_dep = dependency('appleframeworks', modules : ['AppKit'], required : true)

executable('cocoa-videooverlay', 'cocoa-videooverlay.m',
objc_args : [gst_plugins_base_args],
include_directories: [configinc],
dependencies : [gstgl_dep,],
dependencies : [gstgl_dep, corefoundation_dep, appkit_dep],
install: false)
endif

0 comments on commit 855315c

Please sign in to comment.