> -----Original Message-----
> From: lfs-dev [mailto:[email protected]] On Behalf
> Of Bruce Dubbs
> Sent: Tuesday, 13 May, 2014 09:58
> To: LFS Developers Mailinglist
> Subject: [lfs-dev] libva-1.3.1 and libva-intel-driver-1.3.1
>
> Has anyone managed to get libva-1.3.1 and libva-intel-driver-1.3.1 built in a
> LFS environment? I get a configure error:
>
> No package 'wayland-scanner' found
>
> configure --help says there is an --enable-wayland switch, but even if I set
> --
> enable-wayland=no, I still get the error.
>
> Followup: I can hack configure and get both drivers to build, but I have not
> tested them.
> --
> http://lists.linuxfromscratch.org/listinfo/lfs-dev
> FAQ: http://www.linuxfromscratch.org/faq/
> Unsubscribe: See the above information page
I don't know if it will help, but I built libva-1.2.1/libva-intel-driver-1.2.2
like this:
CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto
-fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti"
./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
--disable-static
find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \;
make
sudo make install
libva - 1.2.1 (VA-API 0.34.0)
Installation prefix .............. : /usr/local
Default driver path .............. : ${exec_prefix}/lib/dri
Extra window systems ............. : drm x11 glx egl
Build dummy driver ............... : yes
Build documentation .............. : no
libva-intel-driver configuration summary:
VA-API version ................... : 0.34.0
VA-API drivers path .............. : /usr/local/lib/dri
Windowing systems ................ : drm x11
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page