mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
spec update tools install fixes
Original commit message from CVS: spec update tools install fixes
This commit is contained in:
parent
c67718aff2
commit
5757471d79
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* tools/Makefile.am: fix man page installation
|
||||
|
||||
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -27,6 +27,7 @@ BuildRequires: flex
|
|||
BuildRequires: m4
|
||||
BuildRequires: gtk-doc >= 1.1
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: popt > 1.6
|
||||
Prereq: /sbin/ldconfig
|
||||
|
|
|
@ -80,18 +80,18 @@ gst_xmlinspect_@GST_MAJORMINOR@_LDADD = ../libs/gst/control/libgstcontrol-@GST_M
|
|||
|
||||
### man pages we want to install
|
||||
if GST_DISABLE_REGISTRY
|
||||
GST_REGISTRY_MAN = gst-register-@GST_MAJORMINOR@.1
|
||||
else
|
||||
GST_REGISTRY_MAN=
|
||||
else
|
||||
GST_REGISTRY_MAN = gst-register-@GST_MAJORMINOR@.1
|
||||
endif
|
||||
|
||||
if GST_DISABLE_LOADSAVE
|
||||
GST_LOADSAVE_MAN=
|
||||
else
|
||||
GST_LOADSAVE_MAN = \
|
||||
gst-complete-@GST_MAJORMINOR@.1 \
|
||||
gst-compprep-@GST_MAJORMINOR@.1 \
|
||||
gst-xmllaunch-@GST_MAJORMINOR@.1
|
||||
else
|
||||
GST_LOADSAVE_MAN=
|
||||
endif
|
||||
|
||||
GST_OTHER_MAN = \
|
||||
|
|
Loading…
Reference in a new issue