Hi,

I am facing some issues with linking of X libraries in meego.

I have a test application in meegoouch-applauncherd that uses X libraries. The Linker flags -lX11 -lXtst -lXi have been added in the Cmake file. The build dependency for the package is also mentioned in the .yaml file.



PkgConfigBR :
- x11
       - xtst
- xextproto
       - xi
The following headers are included in the .c file.

but since you use pkgconfig,.. you should use pkgconfig to get the linker flags for these, not open coding them.

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to