mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: add feature information about eject, cdcontrol and cdio
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3c48401883
commit
0d80e11934
1 changed files with 6 additions and 0 deletions
|
@ -252,6 +252,12 @@ add_feature_info(ntpdate_or_rdate
|
|||
"Set date and time automatically"
|
||||
)
|
||||
|
||||
find_program(EJECT_EXECUTABLE NAMES eject cdcontrol cdio)
|
||||
add_feature_info(eject
|
||||
EJECT_EXECUTABLE
|
||||
"Eject CD and DVD devices"
|
||||
)
|
||||
|
||||
include(ConfigureChecks.cmake)
|
||||
configure_file(config-unix.h.cmake ${CMAKE_BINARY_DIR}/config-unix.h )
|
||||
configure_file(config-X11.h.cmake ${CMAKE_BINARY_DIR}/config-X11.h )
|
||||
|
|
Loading…
Add table
Reference in a new issue