FS#37789 - [mesa] `makepkg --pkg mesa` also adds files from ati-dri, etc.
Attached to Project:
Arch Linux
Opened by Peter Wu (Lekensteyn) - Saturday, 16 November 2013, 11:15 GMT
Last edited by Laurent Carlier (lordheavy) - Friday, 23 May 2014, 09:36 GMT
Opened by Peter Wu (Lekensteyn) - Saturday, 16 November 2013, 11:15 GMT
Last edited by Laurent Carlier (lordheavy) - Friday, 23 May 2014, 09:36 GMT
|
Details
Trying to build mesa debug with only intel-dri nouveau-dri
and mesa, I was surprised that my mesa package growed by
40MB. It turns out that the package_* versions are not quite
independent.
Package version: mesa 9.2.3-1 |
This task depends upon
Closed by Laurent Carlier (lordheavy)
Friday, 23 May 2014, 09:36 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in the svn repo
Friday, 23 May 2014, 09:36 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in the svn repo
--disable-xvmc
https://wiki.archlinux.org/index.php/XvMC
mesa is built in a clean chroot, and xvmc isn't defined as dependency.
It isn't detected at the configuration time, so disabling it is useless.
The original issue probably still exists though.