Hi,
I'm trying to build my own 12.2 XBMC using PKGBUILD from alarmpi. I've just modify the PKGBUILD to enable optical drive and dvdcss but i got an error when building :
$this->bbcode_second_pass_code('', 'checking for pkg-config... no
checking for FRIBIDI... no
configure: error: Could not find a required library. Please see the README for your platform.
==> ERROR: A failure occurred in build().
Aborting...
')
I've just had this things in the pkgbuild :
$this->bbcode_second_pass_code('', '--enable-optical-drive --enable-dvdcss --enable-libbluray --disable-external-ffmpeg --enable-libusb --enable-udev')
And fribidi is install :
$this->bbcode_second_pass_code('', '[root@alarmpi XBMC]# pacman -Ss fribidi
extra/fribidi 0.19.5-1 [installed]
A Free Implementation of the Unicode Bidirectional Algorithm
')
So I don't know why it isn't working.
