Shawn Dunn
92110ebc85
- Dropped: * 001-fix-plugin-loader.patch * 002-panel-conf-branding.patch - Added: * 0001-fix-plugin-loader.patch * 0002-panel-conf-branding.patch * 0003-use-wlroots-backend-with-unknown-compositors.patch (https://github.com/lxqt/lxqt-panel/pull/2161) OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-panel?expand=0&rev=69
14 lines
367 B
Diff
14 lines
367 B
Diff
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
|
|
index 556d2212..d9fe784b 100644
|
|
--- a/panel/CMakeLists.txt
|
|
+++ b/panel/CMakeLists.txt
|
|
@@ -91,6 +91,8 @@ lxqt_translate_ts(QM_FILES SOURCES
|
|
|
|
lxqt_app_translation_loader(SOURCES ${PROJECT_NAME})
|
|
|
|
+set(CMAKE_EXECUTABLE_ENABLE_EXPORTS TRUE)
|
|
+
|
|
add_executable(${PROJECT}
|
|
${PUB_HEADERS}
|
|
${PRIV_HEADERS}
|