diff --git a/recipes-lxqt/libfm-qt/files/0001-src-CMakeLists.txt-hard-code-xcb-link-target.patch b/recipes-lxqt/libfm-qt/files/0001-src-CMakeLists.txt-hard-code-xcb-link-target.patch deleted file mode 100644 index 9516a731..00000000 --- a/recipes-lxqt/libfm-qt/files/0001-src-CMakeLists.txt-hard-code-xcb-link-target.patch +++ /dev/null @@ -1,33 +0,0 @@ -From e8711b9b3c93085063b8ee7ac31a62e5860dcae3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Tue, 27 Sep 2016 00:42:15 +0200 -Subject: [PATCH] src/CMakeLists.txt: hard code xcb link target -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -FindXCB.cmake default drags in absolute path - -Upstream-Status: Inappropriate [embedded specific] - -Signed-off-by: Andreas Müller ---- - src/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index f6ceea0..cc1ce27 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -112,7 +112,7 @@ target_link_libraries(${LIBFM_QT_LIBRARY_NAME} - ${LIBFM_LIBRARIES} - ${LIBMENUCACHE_LIBRARIES} - ${SYSTEM_LIBS_LIBRARIES} -- ${XCB_LIBRARIES} -+ xcb - ) - - # set libtool soname --- -2.5.5 -