Skip to content

Commit

Permalink
Remove version minimum on X11 extras
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Teubner <[email protected]>
  • Loading branch information
droidmonkey and c4rlo committed Jan 3, 2025
1 parent cfa94f6 commit 9a353b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autotype/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_link_libraries(autotype Qt5::Core Qt5::Widgets)
if(UNIX AND NOT APPLE AND NOT HAIKU)
if(WITH_X11)
find_package(X11 REQUIRED COMPONENTS Xi XTest)
find_package(Qt5X11Extras 5.2 REQUIRED)
find_package(Qt5X11Extras REQUIRED)
if(PRINT_SUMMARY)
add_feature_info(libXi X11_Xi_FOUND "The X11 Xi Protocol library is required for auto-type")
add_feature_info(libXtst X11_XTest_FOUND "The X11 XTEST Protocol library is required for auto-type")
Expand Down

0 comments on commit 9a353b4

Please sign in to comment.