Can someone help me with this...I've downloaded video driver but I can't compile it since <configure> script is using pkg-config to determinate libraries and headers.
Code:
dakt:/home/darijo/downloads/src/xf86-video-intel-2.4.2# ./configure
.
.
.
.
checking for XORG... configure: error: Package requirements (xorg-server xproto fontsproto xineramaproto randrproto renderproto xextproto x11 xextproto) were not met:
No package 'xproto' found
No package 'fontsproto' found
No package 'xineramaproto' found
No package 'randrproto' found
No package 'renderproto' found
No package 'xextproto' found
No package 'x11' found
No package 'xextproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Here is the list of <.pc> files in /usr/lib/pkgconfig
Code:
dakt:/home/darijo/downloads/src/xf86-video-intel-2.4.2# ls /usr/lib/pkgconfig/
autoopts.pc gnome-doc-utils.pc shared-mime-info.pc
deskbar-applet.pc gnome-mime-data-2.0.pc xbitmaps.pc
fontutil.pc gnome-screensaver.pc xml2po.pc
gdict-1.0.pc gnome-system-tools.pc xorg-server.pc
All requested packages exists, but there are no <.pc> files to let pkg-config know that.
So how to create these files, without reinstalling these huge packages?