Also, don't forget graphics-libs-1-devs.
That is it! I could compile. Now only problem is it is not accepting "make DESTDIR=/tmp/package install" and installing directly to /usr/local
As per instruction on wiki I made a filelist and created fbxkb.tce and fbxkb.tcz (using tce2tcz.sh)
I edited /etc/X11/xorg.conf, added the "in" keyboard layout.and restarted X.
fbxkb command gives the tray icon with country flag and Keyboard switching works.
I have tested both ..tce and .tcz and it works.
fbxkb.tce attached with this message.
/etc/X11/xorg.conf InputDevice section is to be modified before trying:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,in"
EndSection
"in" layout is for India replace it with your country code for switching your keyboard from us to your country. Change pc105 to your Keyboard Model or omit the line.
Load fbxkb.tce and command is fbxkb and the applet appears in the tray.
kagashe