]> Trent Huber's Code - xpmview.git/commitdiff
Update `README.md'
authorTrent Huber <trentmhuber@gmail.com>
Mon, 23 Jun 2025 13:42:41 +0000 (09:42 -0400)
committerTrent Huber <trentmhuber@gmail.com>
Mon, 23 Jun 2025 13:42:41 +0000 (09:42 -0400)
README.md

index f42f49eb7eaf5bfd2394fa478ccb54eb66818829..7dc53854317e4a0f85109f9873632edff54f10af 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ simplexpm is a simple GUI application used to view XPM image files.
 ## Building
 
 > [!NOTE]
-> If building on Linux, [Raylib](https://github.com/raysan5/raylib) has been configured to use X11. If you don't have X11 installed, you can either install the necessary X11 packages or change the `CFGRAPHICS` [macro](https://github.com/raysan5/raylib/blob/282d6478baa51a509bf0a4b1d761a0bd7fd8bbf7/src/rglfw.c#L32) in `build.h` to use Wayland instead.
+> If building on Linux, [Raylib](https://github.com/raysan5/raylib) has been configured to use X11. If you don't have X11 installed, you can either install the necessary X11 packages or change the `CFGRAPHICS` [macro](https://github.com/raysan5/raylib/blob/282d6478baa51a509bf0a4b1d761a0bd7fd8bbf7/src/rglfw.c#L32) in `external/build.c` to use Wayland instead.
 
 This repository uses submodules, so you'll need to clone it recursively.