Commit Graph

5 Commits

Author SHA1 Message Date
Uri Lublin
82a73df97f spice: configure.ac.shared: add PATCHID and DISTRIBUTION variables (subdir config)
Define them with ./configure PATCHID=id DISTRIBUTION=dist
They appear in config.h
Add them to your version-printing function.

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:46:11 +02:00
Uri Lublin
766bd244dc spice: configure.ac.shared: add option to use spice-common package (subdir config)
Run ./configure --with-spice-common to use spice-common sources from
spice-common package, instead of source in spice/common/ directory.

This is usefull when building the spice client or spice server out
of a "distribution" tarball, when ../common directory does not exist.
2010-01-10 19:45:56 +02:00
Uri Lublin
49e532c327 configure.ac.shared: prefer ffmpeg-spice (if exists) over ffmpeg (subdir config)
If ffmpeg-spice exists use ffmpeg-spice.
If ffmpeg-spice does not exist and ffmpeg exists, use ffmpeg
If none exist, fail.

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:45:26 +02:00
Uri Lublin
ee242fbd81 configure.ac: check for (and require) cairo-spice instead of qspice
Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:44:10 +02:00
Uri Lublin
c3418952eb configure.ac: move most checks to configure.ac.shared (subdir config)
... and m4_include it in configure.ac

Later all configure.ac in subdirs will m4_include it too.

This patch changes nothing really, just moves lines from one file to another.

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:44:02 +02:00