Please avoid Debianism/Ubuntism in build system (moc-qt4)
Bug #653882 reported by
Maciej Mrozowski
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
High
|
Alexander Sack | ||
Arch Linux |
Fix Released
|
Undecided
|
Alex Merry |
Bug Description
moc-qt4 is only provided by Debian based distros. If you really need to override Qt4 moc executable (for FreeBSD like changelog says), please allow it by the mean of either configure switch or environment variable.
Also, would it be possible to have a bit of flexibility wrt bindings? For instance --with-qt4 would build Qt4 bindings, --with-glib2 would build glib bindings etc.
Thanks in advance.
Related branches
Changed in ntrack: | |
milestone: | none → 009 |
assignee: | nobody → Alexander Sack (asac) |
Changed in archlinux: | |
assignee: | nobody → Alex Merry (randomguy3) |
Changed in archlinux: | |
status: | New → Fix Committed |
Changed in archlinux: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
> moc-qt4 is only provided by Debian based distros. If you really need to override Qt4 moc executable (for FreeBSD like changelog says), please allow it by the mean of either configure switch or environment variable.
yes. i think we could try moc-qt4 and fall back to moc and bail out of none is found?
> Also, would it be possible to have a bit of flexibility wrt bindings? For instance --with-qt4 would build Qt4 bindings, --with-glib2 would build glib bindings etc.
Yes, atm everything is auto probed and disabled/enabled based on whether build dep is available.
I agree the build system could allow more explicit configuration. Please open a new bug for this.