2013-05-06 10:16:02 +00:00
|
|
|
lib_LTLIBRARIES = libgstwayland-@GST_API_VERSION@.la
|
|
|
|
|
|
|
|
libgstwayland_@GST_API_VERSION@_la_SOURCES = wayland.c
|
|
|
|
|
|
|
|
libgstwayland_@GST_API_VERSION@includedir = \
|
|
|
|
$(includedir)/gstreamer-@GST_API_VERSION@/gst/wayland
|
|
|
|
|
|
|
|
libgstwayland_@GST_API_VERSION@_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
2014-06-17 12:11:29 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
2013-05-06 10:16:02 +00:00
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(WAYLAND_CFLAGS)
|
|
|
|
|
|
|
|
libgstwayland_@GST_API_VERSION@_la_LIBADD = \
|
2016-09-21 22:51:52 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2013-05-06 10:16:02 +00:00
|
|
|
$(GST_LIBS) \
|
2014-05-20 16:04:16 +00:00
|
|
|
$(WAYLAND_LIBS) \
|
|
|
|
-lgstvideo-$(GST_API_VERSION)
|
2013-05-06 10:16:02 +00:00
|
|
|
|
|
|
|
libgstwayland_@GST_API_VERSION@_la_LDFLAGS = \
|
|
|
|
$(GST_LIB_LDFLAGS) \
|
|
|
|
$(GST_ALL_LDFLAGS) \
|
|
|
|
$(GST_LT_LDFLAGS)
|
|
|
|
|
2014-07-11 07:33:57 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
wayland.h
|
2013-05-06 10:16:02 +00:00
|
|
|
|