Opened 17 years ago
Closed 17 years ago
#33 closed task (fixed)
config.in: cairo and ffmpeg checks
Reported by: | hamish | Owned by: | glynn |
---|---|---|---|
Priority: | minor | Milestone: | 6.4.0 |
Component: | Default | Version: | svn-trunk |
Keywords: | Cc: | grass-dev@… | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Hi,
we should finish adding Cairo support by building it into the ./configure script.
the attached patch also adds an extra test needed for ffmpeg.
I do not know much about autoconf and ./configure scripts so I don't claim that the attached patch will work, but it should be a good starting point.
Hamish
Attachments (2)
Change History (5)
by , 17 years ago
Attachment: | config.in_cairo_ffmpeg.diff added |
---|
comment:1 by , 17 years ago
Owner: | changed from | to
---|
I have committed the changes in cairo.diff (plus the updated configure script, omitted from the diff for clarity).
That version uses pkg-config for the compiler and linker flags rather than --with-cairo-{includes,libs}, as that's the normal way to obtain that information, and adds the corresponding changes to Platform.make.in and the cairo-related Makefiles.
comment:2 by , 17 years ago
Cc: | added |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
patch adding cairo support and more ffmpeg checks to ./configure.in