From 9e60b8bac5f573a5af45e7f883c2430c83482290 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Dec 21 2014 15:11:36 +0000 Subject: - Missing patch --- diff --git a/lxqt-common-0.8.0-unify.patch b/lxqt-common-0.8.0-unify.patch new file mode 100644 index 0000000..148b0ec --- /dev/null +++ b/lxqt-common-0.8.0-unify.patch @@ -0,0 +1,15 @@ +--- lxqt-common-0.8.0/CMakeLists.txt.unify 2014-12-19 18:52:47.017602503 -0200 ++++ lxqt-common-0.8.0/CMakeLists.txt 2014-12-19 18:53:03.973643718 -0200 +@@ -7,11 +7,7 @@ + + # Support Qt5 + option(USE_QT5 "Build with Qt5." $ENV{USE_QT5}) +-if(USE_QT5) +- find_package(lxqt-qt5 REQUIRED) +-else() +- find_package(LXQT REQUIRED) +-endif() ++find_package(LXQT REQUIRED) + include(${LXQT_USE_FILE}) + + # graphics