summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2022-05-05 15:28:12 +1000
committerMarge Bot <emma+marge@anholt.net>2022-06-14 00:39:24 +0000
commit05b073cce7899cd4596b7df40e27d291e1b325d4 (patch)
tree352f7f91ba4d78d18612864a2677d67e5be619a0
parent69305942bafb3c8b810c842b9049c7fc35ae59ae (diff)
Update waffle url
The old website domain has expired so just point people to gitlab Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/664>
-rw-r--r--CMakeLists.txt6
-rw-r--r--README.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecfcb85b2..079373504 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,7 @@ if(PIGLIT_USE_WAFFLE)
if(NOT Waffle_FOUND)
message(FATAL_ERROR "Failed to find Waffle. If Waffle "
"is not packaged for your distribution, you can get "
- "it at http://www.waffle-gl.org."
+ "it at https://gitlab.freedesktop.org/mesa/waffle."
)
endif()
@@ -91,8 +91,8 @@ if(PIGLIT_USE_WAFFLE)
set(Waffle_FOUND TRUE)
else()
message(FATAL_ERROR "Failed to find Waffle. Get and build Waffle from "
- "http://www.waffle-gl.org and set Waffle_INCLUDE_DIRS and "
- "Waffle_LDFLAGS variables accordingly."
+ "https://gitlab.freedesktop.org/mesa/waffle and set "
+ "Waffle_INCLUDE_DIRS and Waffle_LDFLAGS variables accordingly."
)
endif()
endif ()
diff --git a/README.md b/README.md
index 75816203c..a41e47fd1 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ http://www.transmissionzero.co.uk/software/freeglut-devel/
#### 2.5.2 Waffle
Download and build waffle for MinGW.
-http://www.waffle-gl.org/
+https://gitlab.freedesktop.org/mesa/waffle
Open the Command Prompt.
CD to piglit directory.