summaryrefslogtreecommitdiff
path: root/x11-wm/lxqt-panel/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/lxqt-panel/files/patch-CMakeLists.txt')
-rw-r--r--x11-wm/lxqt-panel/files/patch-CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/lxqt-panel/files/patch-CMakeLists.txt b/x11-wm/lxqt-panel/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..15f730663342
--- /dev/null
+++ b/x11-wm/lxqt-panel/files/patch-CMakeLists.txt
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig 2025-06-22 20:12:06 UTC
++++ CMakeLists.txt
+@@ -65,6 +65,9 @@ add_definitions(
+ -DPLUGIN_DIR=\"${PLUGIN_DIR}\"
+ )
+
++set(CMAKE_CXX_STANDARD 17)
++set(CMAKE_CXX_STANDARD_REQUIRED ON)
++
+ message(STATUS "CMAKE Module linker flags: ${CMAKE_MODULE_LINKER_FLAGS}")
+ message(STATUS "Panel plugins location: ${PLUGIN_DIR}")
+