cocoa: Install gstgldisplay_cocoa.h

It's needed by e.g. qmlglsink.
This commit is contained in:
Sebastian Dröge 2017-05-17 17:38:01 +03:00 committed by Tim-Philipp Müller
parent a9a05c01a9
commit f32e8bc4b2

View file

@ -11,12 +11,12 @@ libgstgl_cocoa_la_SOURCES = \
noinst_HEADERS = \ noinst_HEADERS = \
gstglcontext_cocoa.h \ gstglcontext_cocoa.h \
gstgldisplay_cocoa.h \ gstgldisplay_cocoa.h \
gstglwindow_cocoa.h \
gstgl_cocoa_private.h gstgl_cocoa_private.h
libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa
libgstgl_cocoainclude_HEADERS = \ libgstgl_cocoainclude_HEADERS = \
gstglcaopengllayer.h gstglcaopengllayer.h \
gstgldisplay_cocoa.h
libgstgl_cocoa_la_CFLAGS = \ libgstgl_cocoa_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \ -I$(top_srcdir)/gst-libs \