Opened 16 years ago
Closed 16 years ago
#8444 closed patch (fixed)
Check for python dependencies in configure
| Reported by: | Raymond Wagner | Owned by: | Janne Grunau |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Adds additional checks to configure to only install the python bindings if the necessary dependencies are met.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | configure.pythoncheck.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [24573]) configure: add checks for python module dependencies
Build the python bindings only if its dependecies are detected. Closes #8444 based on patch by: wagnerrp