Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 851504 Details for
Bug 894616
lxqt-base/lxqt-config-1.2.0 - /.../config.h: error: std::optional has not been declared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix compilation with kscreen
lxqt-config-1.2.0-fixmonitor.patch (text/plain), 2.60 KB, created by
Michael Uleysky
on 2023-02-16 04:07:13 UTC
(
hide
)
Description:
Fix compilation with kscreen
Filename:
MIME Type:
Creator:
Michael Uleysky
Created:
2023-02-16 04:07:13 UTC
Size:
2.60 KB
patch
obsolete
>diff -urNd lxqt-config-1.2.0/lxqt-config-monitor/CMakeLists.txt lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/CMakeLists.txt >--- lxqt-config-1.2.0/lxqt-config-monitor/CMakeLists.txt 2022-11-05 18:15:52.000000000 +1000 >+++ lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/CMakeLists.txt 2023-02-16 13:59:53.604504633 +1000 >@@ -2,6 +2,7 @@ > > find_package(KF5Screen ${KF5SCREEN_MINIMUM_VERSION} REQUIRED) > find_package(Qt5Svg ${QT_MINIMUM_VERSION} REQUIRED) >+set(CMAKE_CXX_STANDARD 17) > > set(HEADERS > monitorsettingsdialog.h >diff -urNd lxqt-config-1.2.0/lxqt-config-monitor/kscreenutils.cpp lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/kscreenutils.cpp >--- lxqt-config-1.2.0/lxqt-config-monitor/kscreenutils.cpp 2022-11-05 18:15:52.000000000 +1000 >+++ lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/kscreenutils.cpp 2023-02-16 14:00:48.161347151 +1000 >@@ -2,6 +2,7 @@ > #include "timeoutdialog.h" > > #include <KScreen/Output> >+#include <KScreen/Mode> > #include <KScreen/Config> > #include <KScreen/GetConfigOperation> > #include <KScreen/SetConfigOperation> >diff -urNd lxqt-config-1.2.0/lxqt-config-monitor/loadsettings.cpp lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/loadsettings.cpp >--- lxqt-config-1.2.0/lxqt-config-monitor/loadsettings.cpp 2022-11-05 18:15:52.000000000 +1000 >+++ lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/loadsettings.cpp 2023-02-16 14:01:35.048069261 +1000 >@@ -22,6 +22,7 @@ > #include "loadsettings.h" > #include "kscreenutils.h" > #include <KScreen/Output> >+#include <KScreen/Mode> > #include <KScreen/Config> > #include <KScreen/GetConfigOperation> > #include <KScreen/SetConfigOperation> >diff -urNd lxqt-config-1.2.0/lxqt-config-monitor/monitorsettingsdialog.cpp lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/monitorsettingsdialog.cpp >--- lxqt-config-1.2.0/lxqt-config-monitor/monitorsettingsdialog.cpp 2022-11-05 18:15:52.000000000 +1000 >+++ lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/monitorsettingsdialog.cpp 2023-02-16 14:01:01.513552973 +1000 >@@ -28,6 +28,7 @@ > #include "kscreenutils.h" > > #include <KScreen/Output> >+#include <KScreen/Mode> > #include <QJsonObject> > #include <QJsonArray> > #include <LXQt/Settings> >diff -urNd lxqt-config-1.2.0/lxqt-config-monitor/monitorwidget.h lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/monitorwidget.h >--- lxqt-config-1.2.0/lxqt-config-monitor/monitorwidget.h 2022-11-05 18:15:52.000000000 +1000 >+++ lxqt-config-1.2.0-fixmonitor/lxqt-config-monitor/monitorwidget.h 2023-02-16 14:01:21.512860986 +1000 >@@ -28,6 +28,7 @@ > #include <QList> > #include <KScreen/Config> > #include <KScreen/Output> >+#include <KScreen/Mode> > > #define PrimaryDisplay 0 > #define ExtendDisplay 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 894616
:
851308
|
851310
|
851312
|
851314
|
851316
|
851318
|
851320
|
851322
| 851504