gl/cocoa: don't install the gstglcontext_cocoa.h header
authorMatthew Waters <matthew@centricular.com>
Mon, 7 Nov 2016 15:56:44 +0000 (02:56 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 8 Nov 2016 01:46:09 +0000 (12:46 +1100)
It's not needed to be exposed

gst-libs/gst/gl/cocoa/Makefile.am

index f45583d..db85682 100644 (file)
@@ -9,13 +9,13 @@ libgstgl_cocoa_la_SOURCES = \
        gstglcaopengllayer.m
 
 noinst_HEADERS = \
+       gstglcontext_cocoa.h \
        gstgldisplay_cocoa.h \
        gstglwindow_cocoa.h \
        gstgl_cocoa_private.h
 
 libgstgl_cocoaincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/cocoa
 libgstgl_cocoainclude_HEADERS = \
-       gstglcontext_cocoa.h \
        gstglcaopengllayer.h
 
 libgstgl_cocoa_la_CFLAGS = \