diff options
author | David Schleef <ds@schleef.org> | 2004-07-03 03:06:34 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-07-03 03:06:34 +0000 |
commit | 2188fceb6ebaa9128bf433310ea0e3abe3fafbd8 (patch) | |
tree | 1608523ef342c0ce3b095ee3655fdb7bb6b8f457 /gst-libs | |
parent | 1354fd5845412b34afab3ffeeb836826fa5c5ec8 (diff) | |
download | gst-plugins-bad-2188fceb6ebaa9128bf433310ea0e3abe3fafbd8.tar.gz gst-plugins-bad-2188fceb6ebaa9128bf433310ea0e3abe3fafbd8.tar.bz2 gst-plugins-bad-2188fceb6ebaa9128bf433310ea0e3abe3fafbd8.zip |
gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends on X. (bug #144753)
Original commit message from CVS:
* gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
on X. (bug #144753)
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/xoverlay/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/xoverlay/Makefile.am b/gst-libs/gst/xoverlay/Makefile.am index c7e2db35..a3eeba00 100644 --- a/gst-libs/gst/xoverlay/Makefile.am +++ b/gst-libs/gst/xoverlay/Makefile.am @@ -6,6 +6,6 @@ libgstinterfacesinclude_HEADERS = xoverlay.h noinst_LTLIBRARIES = libgstxoverlay.la libgstxoverlay_la_SOURCES = xoverlay.c -libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) -libgstxoverlay_la_LIBADD = $(X_LIBS) +libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) +libgstxoverlay_la_LIBADD = |