diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-11-03 09:31:15 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-11-03 09:31:15 -0400 |
commit | 6cc4a8dcd2a0a320698312fe4775a946a16575e4 (patch) | |
tree | 5e3d27eb2cb1bf77cf1b6cd9d77a52b114160f80 /indra/cmake/UI.cmake | |
parent | 086c1342152895da28d2e0130d09432152604ca8 (diff) | |
parent | 6d1032730881e1278bc5df0d2c21e19b81ffe3ed (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/cmake/UI.cmake')
-rw-r--r-- | 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 100644 --- 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 |