summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-06 14:12:47 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-06 14:12:47 +0000
commitffa41178d5d127d218956877aa9fcb5d4bd26829 (patch)
tree7db869bde7e5f5e2be91760d6478f3763b54e1b1
parentf822aab4ea4afc2b9e668adb6e542c122dece061 (diff)
fixing distcheck fixing SDL issue
Original commit message from CVS: fixing distcheck fixing SDL issue
-rw-r--r--Makefile.am4
-rw-r--r--gst-plugins.spec.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c80e6742..21085dde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,8 @@ else
GCONF_DIR=
endif
-SUBDIRS=gst-libs gst sys ext examples tools $(GCONF_DIR) testsuite
+SUBDIRS=gst-libs gst sys ext examples tools $(GCONF_DIR) ## testsuite
-DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
+DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 2b790eb2..24160638 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -621,6 +621,8 @@ Element for text-to-speech using the festival server.
@USE_SDL_TRUE@Requires: SDL >= 1.2.0
@USE_SDL_TRUE@Requires: gstreamer-plugins >= %{version}
@USE_SDL_TRUE@BuildRequires: SDL-devel >= 1.2.0
+@USE_SDL_TRUE@SDL-devel should require XFree86-devel because it links to it
+@USE_SDL_TRUE@BuildRequires: XFree86-devel
@USE_SDL_TRUE@
@USE_SDL_TRUE@%description -n gstreamer-sdl
@USE_SDL_TRUE@Plugin for sending output to the Simple Direct Media architecture.