summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-25 12:10:28 +0200
committerRay <[email protected]>2022-06-25 12:10:28 +0200
commitda5d04061e2451ddec5f8b1d48a6033937deed1f (patch)
tree357035cdd4186a49b73f190c1224734eeab1aec7 /src/Makefile
parente4972f4cdd3432fc8abf46c9f82656fd96037ef2 (diff)
downloadraylib-da5d04061e2451ddec5f8b1d48a6033937deed1f.tar.gz
raylib-da5d04061e2451ddec5f8b1d48a6033937deed1f.zip
Updated PLATFORM_RPI info #2547
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 1a16c3ab..d8a3b8ab 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,8 +8,8 @@
# PLATFORM_DESKTOP: OSX/macOS (arm64, x86_64)
# PLATFORM_DESKTOP: FreeBSD, OpenBSD, NetBSD, DragonFly
# PLATFORM_ANDROID: Android (arm, i686, arm64, x86_64)
-# PLATFORM_RPI: Raspberry Pi (Raspbian)
-# PLATFORM_DRM: Linux native mode, including Raspberry Pi 4 with V3D fkms driver
+# PLATFORM_RPI: Raspberry Pi (deprecated - RPI OS Buster only)
+# PLATFORM_DRM: Linux native mode, including Raspberry Pi (RPI OS Bullseye)
# PLATFORM_WEB: HTML5 (Chrome, Firefox)
#
# Many thanks to Milan Nikolic (@gen2brain) for implementing Android platform pipeline.