diff options
author | callum_linden <none@none> | 2016-04-22 14:34:42 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2016-04-22 14:34:42 -0700 |
commit | 6b9ceb561c9754c2974e92c66ba15596d490754b (patch) | |
tree | f1be5c945ed9b02a2aead7537e2814b4a4c600fc /indra/cmake | |
parent | 741ab668c4f5ed5e15a1d508fabef170271121e5 (diff) |
DRTVWR-418 Remove references to gtk-atk-pango-glib from Windows build since it's not used there
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | indra/cmake/UI.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake index 31174209a3..77fd505df3 100755 --- a/indra/cmake/UI.cmake +++ b/indra/cmake/UI.cmake @@ -32,9 +32,9 @@ if (USESYSTEMLIBS) add_definitions(${${pkg}_CFLAGS_OTHERS}) endforeach(pkg) else (USESYSTEMLIBS) - if (LINUX OR WINDOWS) + if (LINUX) use_prebuilt_binary(gtk-atk-pango-glib) - endif (LINUX OR WINDOWS) + endif (LINUX) if (LINUX) set(UI_LIBRARIES |