lxqt-panel/0001-fix-plugin-loader.patch
Shawn Dunn 92110ebc85 - Updated package to use git_am style patches
- 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
2025-01-17 02:09:32 +00:00

26 lines
646 B
Diff

From f5dc088d432b2aa45e448828a825e4791a4ac33b Mon Sep 17 00:00:00 2001
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
Date: Thu, 16 Jan 2025 09:40:20 -0800
Subject: [PATCH 1/3] fix plugin loader
---
panel/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
index b9ba8f1..b512d30 100644
--- a/panel/CMakeLists.txt
+++ b/panel/CMakeLists.txt
@@ -94,6 +94,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}
--
2.48.0