mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
fixing make distcheck
Original commit message from CVS: fixing make distcheck
This commit is contained in:
parent
57dc4b544d
commit
f0586a57dc
4 changed files with 14 additions and 4 deletions
|
@ -4,8 +4,13 @@ Current requirements for building the docs :
|
|||
libxslt >= 1.0.6
|
||||
libxml2 >= 2.4.12
|
||||
|
||||
|
||||
These are not included with RH72. They are in debian. GDE has good rpms.
|
||||
|
||||
To build pdf's from xslt stuff, you need xmltex and (on redhat)
|
||||
passivetex. They are not known to have been built on either redhat or
|
||||
debian yet though.
|
||||
|
||||
Wingo's new comments on the doc building :
|
||||
------------------------------------------
|
||||
* Well he should add them soon here since he overhauled it. And did a good
|
||||
|
|
|
@ -4,8 +4,13 @@ Current requirements for building the docs :
|
|||
libxslt >= 1.0.6
|
||||
libxml2 >= 2.4.12
|
||||
|
||||
|
||||
These are not included with RH72. They are in debian. GDE has good rpms.
|
||||
|
||||
To build pdf's from xslt stuff, you need xmltex and (on redhat)
|
||||
passivetex. They are not known to have been built on either redhat or
|
||||
debian yet though.
|
||||
|
||||
Wingo's new comments on the doc building :
|
||||
------------------------------------------
|
||||
* Well he should add them soon here since he overhauled it. And did a good
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# FIXME : refcounting threads bytestream
|
||||
SUBDIRS = capsnego plugin cleanup
|
||||
SUBDIRS = caps capsnego plugin cleanup
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
|
|||
CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
# FIXME : refcounting threadds
|
||||
DIST_SUBDIRS = capsnego plugin bytestream cleanup
|
||||
DIST_SUBDIRS = caps capsnego plugin bytestream cleanup
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# FIXME : refcounting threads bytestream
|
||||
SUBDIRS = capsnego plugin cleanup
|
||||
SUBDIRS = caps capsnego plugin cleanup
|
||||
|
||||
testprogs = test_gst_init
|
||||
|
||||
|
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
|
|||
CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
# FIXME : refcounting threadds
|
||||
DIST_SUBDIRS = capsnego plugin bytestream cleanup
|
||||
DIST_SUBDIRS = caps capsnego plugin bytestream cleanup
|
||||
|
|
Loading…
Reference in a new issue