Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356157 - media-tv/xbmc-9999 - unrecognized configure options disable-liba52 and disable-libdts
Summary: media-tv/xbmc-9999 - unrecognized configure options disable-liba52 and disabl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Xbox project
URL: https://github.com/xbmc/xbmc/commit/b...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 02:20 UTC by BT
Modified: 2011-03-01 03:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BT 2011-02-23 02:20:31 UTC
The removal of libdts and liba52 from the XBMC source in commit bc57d598e7, results in the following QA notice:

* QA Notice: Unrecognized configure options:
* 
*     configure: WARNING: unrecognized options: --disable-liba52, --disable-libdts
*     configure: WARNING: unrecognized options: --disable-liba52, --disable-libdts
Comment 2 BT 2011-03-01 03:27:04 UTC
There is one other issue related to the removal of the libdts source that I forgot to mention. The ebuild still explicitly runs eautoreconf in 'lib/libdts' in src_prepare(). This is no longer needed since that directory has been removed.