mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
generic: add feature information about xrandr
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e1e5b9071e
commit
bd4971e55b
1 changed files with 6 additions and 0 deletions
|
@ -244,6 +244,12 @@ add_feature_info(diff
|
||||||
"Show difference between files in Kate"
|
"Show difference between files in Kate"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
find_program(XRANDR_EXECUTABLE xrandr)
|
||||||
|
add_feature_info(xrandr
|
||||||
|
XRANDR_EXECUTABLE
|
||||||
|
"Set size, orientation, etc. of screens"
|
||||||
|
)
|
||||||
|
|
||||||
include(ConfigureChecks.cmake)
|
include(ConfigureChecks.cmake)
|
||||||
configure_file(config-unix.h.cmake ${CMAKE_BINARY_DIR}/config-unix.h )
|
configure_file(config-unix.h.cmake ${CMAKE_BINARY_DIR}/config-unix.h )
|
||||||
configure_file(config-X11.h.cmake ${CMAKE_BINARY_DIR}/config-X11.h )
|
configure_file(config-X11.h.cmake ${CMAKE_BINARY_DIR}/config-X11.h )
|
||||||
|
|
Loading…
Add table
Reference in a new issue