From 3e1e8f1244e3f1eeaedd4a0b9d2bf485742f21e1 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 26 Apr 2026 21:53:39 -0600 Subject: [PATCH] Enable RmlUi --- CMakeLists.txt | 1 + extern/aurora | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46f0b1a411..3e9c30fdad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL Linux) endif () set(AURORA_ENABLE_DVD ON CACHE BOOL "Enable DVD API support" FORCE) set(AURORA_ENABLE_CARD ON CACHE BOOL "Enable CARD API support" FORCE) +set(AURORA_ENABLE_RMLUI ON CACHE BOOL "Enable RmlUi UI support" FORCE) add_subdirectory(extern/aurora EXCLUDE_FROM_ALL) add_subdirectory(libs/freeverb) diff --git a/extern/aurora b/extern/aurora index 7784b6fc95..b8407c6283 160000 --- a/extern/aurora +++ b/extern/aurora @@ -1 +1 @@ -Subproject commit 7784b6fc95568551499c87bd093b78d86e194eba +Subproject commit b8407c6283d757af7c6d55da96fe2ccfe1380510