diff options
Diffstat (limited to 'indra/llrender')
| -rw-r--r-- | indra/llrender/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/CMakeLists.txt b/indra/llrender/CMakeLists.txt index d7a1d76630..71423de95d 100644 --- a/indra/llrender/CMakeLists.txt +++ b/indra/llrender/CMakeLists.txt @@ -105,7 +105,7 @@ target_link_libraries(llrender OpenGL::GL ) -if (USE_FLATPAK) +if (${LINUX_DISTRO} MATCHES freedesktop) target_link_libraries(${PROJECT_NAME} ll::glu) else () target_link_libraries(${PROJECT_NAME} OpenGL::GLU) |
