Skip to content

Commit

Permalink
Add XTerm as a runtime dependency
Browse files Browse the repository at this point in the history
A quick mitigation to lxqt/lxqt#1889.
Note to packagers: Add XTerm as a recommended dependency.
  • Loading branch information
luis-pereira committed Feb 1, 2021
1 parent cd01d84 commit f03cbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(GLIB_MINIMUM_VERSION "2.41.0") # Mime Apps new implementation
find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Widgets Svg Xml DBus)
find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED COMPONENTS gobject gio gio-unix)
find_package(XTerm)

include(GNUInstallDirs) # Standard directories for installation
include(CMakePackageConfigHelpers)
Expand Down

0 comments on commit f03cbd6

Please sign in to comment.