summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2009-08-29 19:42:43 -0400
committerZack Rusin <zack@kde.org>2009-08-29 19:42:43 -0400
commitf9b2a85968d82b938842606d5765348a3f9cd9d7 (patch)
tree7f47a63d0f33504bdf04a7c0d432aec88701613f /cmake
parent6e522684b89f13f932a54266c5eb01937a68d92c (diff)
add readme and fix libutil.a issue
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindGallium.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmake/modules/FindGallium.cmake b/cmake/modules/FindGallium.cmake
index 2b49910..5449f65 100644
--- a/cmake/modules/FindGallium.cmake
+++ b/cmake/modules/FindGallium.cmake
@@ -21,7 +21,10 @@ FIND_AND_ADD_GALLIUM_LIB(rtasm)
FIND_AND_ADD_GALLIUM_LIB(translate)
FIND_AND_ADD_GALLIUM_LIB(cso_cache)
FIND_AND_ADD_GALLIUM_LIB(tgsi)
-FIND_AND_ADD_GALLIUM_LIB(util)
+
+#FIXME: always some other libutil is found
+#FIND_AND_ADD_GALLIUM_LIB(util)
+set(GALLIUM_LIBS ${GALLIUM_LIBS} ${GALLIUM_DIR}//src/gallium/auxiliary/util/libutil.a)
MESSAGE(STATUS "Gallium libs: " ${GALLIUM_LIBS})