gl/cocoa: don't install the gstglcontext_cocoa.h header

It's not needed to be exposed
This commit is contained in:
Matthew Waters 2016-11-08 02:56:44 +11:00
parent 7dc7ec94e7
commit 2a440f60e4

View file

@ -9,13 +9,13 @@ libgstgl_cocoa_la_SOURCES = \
gstglcaopengllayer.m gstglcaopengllayer.m
noinst_HEADERS = \ noinst_HEADERS = \
gstglcontext_cocoa.h \
gstgldisplay_cocoa.h \ gstgldisplay_cocoa.h \
gstglwindow_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 = \
gstglcontext_cocoa.h \
gstglcaopengllayer.h gstglcaopengllayer.h
libgstgl_cocoa_la_CFLAGS = \ libgstgl_cocoa_la_CFLAGS = \