[Buildroot] checking for XFT... configure: error: *** Required xft Librarys not found ***
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Wed Jul 22 14:46:16 UTC 2009
Le Wed, 22 Jul 2009 16:13:22 +0200,
"Franchitti, Alexandre J (Alex)" <alexandre.franchitti at windriver.com> a
écrit :
> Newbie question...how do I apply a patch in buildroot ?
There's nothing specific to Buildroot here, it's just a matter of
applying a patch just like with any other source code.
Just in case you're not familiar with applying patches, here is how you
can do that in a nutshell:
1) Fetch the patch
wget -O matchbox-fix.patch http://git.buildroot.net/buildroot/patch/?id=51ef5b81224c243aa7f937c4690b1a120c81ccbc
2) Go the Buildroot directory
cd /the/path/to/your/buildroot/directory/
3) Apply the patch
cat /the/path/to/the/patch/matchbox-fix.path | patch -p1
Does that answer your question ?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
More information about the buildroot
mailing list