<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/cmake/GLEXT.cmake, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2025-06-03T08:57:51Z</updated>
<entry>
<title>Re-include GLEXT.cmake, but for Windows only</title>
<updated>2025-06-03T08:57:51Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-06-03T08:57:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9ac2e961e3649ca03e333103d851005f2003ddbb'/>
<id>urn:sha1:9ac2e961e3649ca03e333103d851005f2003ddbb</id>
<content type='text'>
There doesn't seem to be glext.h on Windows, so we'll just use the
package from LL for now.
</content>
</entry>
<entry>
<title>Not rely on (LL_)USESYSTEMLIBS macro &amp; CMake setting</title>
<updated>2025-05-13T02:22:54Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-05-13T02:22:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f5ab6e11f13699c03a696611f67f8384434130a1'/>
<id>urn:sha1:f5ab6e11f13699c03a696611f67f8384434130a1</id>
<content type='text'>
but the fact that we keep on using as many system libraries as we
can (and only resort to other sources in certain cases), hasn't
changed, of course.
Also stop having to set USE_AUTOBUILD_3P to OFF.
Lines are reindented, and when a system library can be found for
a dependency, then that should be the way. If later we find out
that using some other way is better, than stick to that. So, one
option at a time, whichever is best for the situation.
GLEXT hasn't been used, and in order to be not having to hack its
.cmake file, we bypass it and refer to GLH (which is still used)
right away in LLWindow.
CMake commands that need to be bypassed, if it's a one-liner then
it's just commented out, but if it's multiple lines, then scope
them with if (FALSE) to minimise difference.
</content>
</entry>
<entry>
<title>Merge branch 'main' into DRTVWR-559</title>
<updated>2023-09-10T10:42:56Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2023-09-10T10:42:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a4543cf3cd41a466599de61f02e6d3b3d09700c4'/>
<id>urn:sha1:a4543cf3cd41a466599de61f02e6d3b3d09700c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not use use_system_binary for system GLEXT</title>
<updated>2023-07-19T02:47:41Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2023-07-11T07:45:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c718c518f86e3bd78bd71bbd07fbc626373bbe96'/>
<id>urn:sha1:c718c518f86e3bd78bd71bbd07fbc626373bbe96</id>
<content type='text'>
for the same reason as GLH, but since the headers are expected to be
installed in the same directory as GLH (and GLEXT.cmake includes
GLH.cmake), we can skip any additional directory to look the headers for.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into DRTVWR-559</title>
<updated>2023-03-29T21:54:06Z</updated>
<author>
<name>Brad Linden</name>
<email>brad@lindenlab.com</email>
</author>
<published>2023-03-29T21:54:06Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a548c169899734b7d6af1a1870dab1ad1eb74e3c'/>
<id>urn:sha1:a548c169899734b7d6af1a1870dab1ad1eb74e3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be more explicit: Rename use_conan_binary to use_system_binary, this will allow us to reuse the macro for more than just conan.</title>
<updated>2022-07-17T15:51:25Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@posteo.nl</email>
</author>
<published>2022-07-17T15:51:25Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3f31d0b5a70af4ebf746d40d478b4e948e904a87'/>
<id>urn:sha1:3f31d0b5a70af4ebf746d40d478b4e948e904a87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing DRTVWR-559 glext usage on mac by upgrading to use khronos distributed glext.h</title>
<updated>2022-06-24T05:53:36Z</updated>
<author>
<name>Brad Kittenbrink</name>
<email>brad@lindenlab.com</email>
</author>
<published>2022-06-24T00:33:03Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6b857059516be849e60570445a03f58647656c53'/>
<id>urn:sha1:6b857059516be849e60570445a03f58647656c53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Round one to support conan for 3P packages, this allows to build the viewer on Linux again.</title>
<updated>2022-04-18T16:11:43Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-18T16:11:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2b151e0aefd54671e1be504269f10318d303dccb'/>
<id>urn:sha1:2b151e0aefd54671e1be504269f10318d303dccb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2022-04-16T17:51:02Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-16T17:51:02Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=4934b65298b0f2bcf8898c87ec6f46f8d1412277'/>
<id>urn:sha1:4934b65298b0f2bcf8898c87ec6f46f8d1412277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete and unmaintained USE_SYSTEMLIBS</title>
<updated>2022-04-13T08:28:46Z</updated>
<author>
<name>Nicky</name>
<email>nicky.dasmijn@gmail.com</email>
</author>
<published>2022-04-13T08:28:46Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d3521b4462195cfe882b2cc8eb4e7c5e948c0fb6'/>
<id>urn:sha1:d3521b4462195cfe882b2cc8eb4e7c5e948c0fb6</id>
<content type='text'>
</content>
</entry>
</feed>
