[Piglit] [PATCH 1/2] util: Fix the variable for linking against waffle.
Eric Anholt
eric at anholt.net
Mon Oct 15 11:11:12 PDT 2012
Fixes the build when waffle is located in a non-system directory.
---
tests/util/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/util/CMakeLists.txt b/tests/util/CMakeLists.txt
index 836e437..bb29c62 100644
--- a/tests/util/CMakeLists.txt
+++ b/tests/util/CMakeLists.txt
@@ -47,7 +47,7 @@ endif()
set(UTIL_GL_LIBS
piglitutil
- ${WAFFLE_LIBRARIES}
+ ${WAFFLE_LDFLAGS}
)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
--
1.7.10.4
More information about the Piglit
mailing list