ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
331 stars 89 forks source link

linking against static libX11.a #208

Closed ryzom-pipeline closed 9 years ago

ryzom-pipeline commented 9 years ago

Original report by Meelis Mägi (Bitbucket: [Meelis Mägi](https://bitbucket.org/Meelis Mägi), ).


using -DWITH_EXTERNAL_STATIC=ON to get mostly static ryzom client

debian/wheezy linking works.

debian/jessie, ubuntu/trusty linking requires additional ${X11_Xext_LIB} and xcb. (I think it's the libGL.so that needs them)

ryzom-pipeline commented 9 years ago

Original comment by Cédric Ochs (Bitbucket: [Cédric OCHS](https://bitbucket.org/Cédric OCHS), ).


Thanks for the report, I'll handle that :)

ryzom-pipeline commented 9 years ago

Original comment by Cédric Ochs (Bitbucket: [Cédric OCHS](https://bitbucket.org/Cédric OCHS), ).


Fix #208 linking against static libX11.a