From 0cfeddbd059b7d503e88136df46dcdf57614128d Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 28 Jan 2015 17:13:05 +1100 Subject: [PATCH] cgl: install the gl context and gl layer headers --- gst-libs/gst/gl/cocoa/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am index d7d032b630..171d18c6a4 100644 --- a/gst-libs/gst/gl/cocoa/Makefile.am +++ b/gst-libs/gst/gl/cocoa/Makefile.am @@ -9,9 +9,13 @@ libgstgl_cocoa_la_SOURCES = \ noinst_HEADERS = \ gstglwindow_cocoa.h \ - gstglcontext_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 = \ -I$(top_srcdir)/gst-libs \ -I$(top_builddir)/gst-libs \