mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
2188fceb6e
Original commit message from CVS: * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends on X. (bug #144753)
11 lines
282 B
Makefile
11 lines
282 B
Makefile
libgstinterfacesincludedir = \
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/xoverlay
|
|
|
|
libgstinterfacesinclude_HEADERS = xoverlay.h
|
|
|
|
noinst_LTLIBRARIES = libgstxoverlay.la
|
|
|
|
libgstxoverlay_la_SOURCES = xoverlay.c
|
|
libgstxoverlay_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstxoverlay_la_LIBADD =
|
|
|