mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
fixing distcheck fixing SDL issue
Original commit message from CVS: fixing distcheck fixing SDL issue
This commit is contained in:
parent
f838a1f6f2
commit
f9060cefcc
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue