Bug 84063 - [PATCHES] fix the out-of-tree(OOT) build
Summary: [PATCHES] fix the out-of-tree(OOT) build
Status: RESOLVED FIXED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: haihao
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 19:06 UTC by Emil Velikov
Modified: 2014-11-13 08:33 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Emil Velikov 2014-09-18 19:06:58 UTC
The following patches are needed in order to have it working 
 - Make autogen.sh compatible with OOT builds [1]
 - Generate the wayland protocol files in the build tree [2]
 - Correctly prefix the source files and add the source folder to the includes list [3] [4]


For the QA (or anyone interested) out of tree builds are executed as
 - cd ${libva_location_for_build}
 - ${libva_sources_location}/autogen.sh
 - make (or make install/make distclean)



[1] http://lists.freedesktop.org/archives/libva/2014-September/002696.html
[2] http://lists.freedesktop.org/archives/libva/2014-September/002697.html
[3] http://lists.freedesktop.org/archives/libva/2014-September/002700.html
[4] http://lists.freedesktop.org/archives/libva/2014-September/002701.html
Comment 1 Emil Velikov 2014-11-12 21:46:43 UTC
The referenced patches has been merged.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.