summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-05-17 17:38:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-05-29 11:07:46 +0300
commitcf731495bceccb8c237ac820f81ff6835e7c2430 (patch)
tree565caf1ce6ca547e79d458f695ebd0e1dfdd6883
parenta73560b92f17ded1731d3245846615ae2663b5ee (diff)
cocoa: Install gstgldisplay_cocoa.h
It's needed by e.g. qmlglsink.
-rw-r--r--gst-libs/gst/gl/cocoa/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am
index f45583ddd..cd2cf7a80 100644
--- a/gst-libs/gst/gl/cocoa/Makefile.am
+++ b/gst-libs/gst/gl/cocoa/Makefile.am
@@ -10,13 +10,13 @@ libgstgl_cocoa_la_SOURCES = \
noinst_HEADERS = \
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
+ gstglcaopengllayer.h \
+ gstgldisplay_cocoa.h
libgstgl_cocoa_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \