summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2014-04-06 10:09:39 +0400
committerSlávek Banko <slavek.banko@axis.cz>2014-04-29 01:49:30 +0200
commit63dd66d0459abfa98d6e6eeec40fa4efd285a074 (patch)
tree0051e6aec87ec477d3b47a5142ec61d555e8375d /kcontrol
parent3c75381e05b6443906527f2c2513455309578ea8 (diff)
downloadtdebase-63dd66d0459abfa98d6e6eeec40fa4efd285a074.tar.gz
tdebase-63dd66d0459abfa98d6e6eeec40fa4efd285a074.zip
Move the XRandr test to main ConfigureChecks.cmake
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/ConfigureChecks.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/kcontrol/ConfigureChecks.cmake b/kcontrol/ConfigureChecks.cmake
index 1ff4f0635..9676dbab3 100644
--- a/kcontrol/ConfigureChecks.cmake
+++ b/kcontrol/ConfigureChecks.cmake
@@ -45,16 +45,6 @@ else( )
endif( )
-##### check for Xrandr ##########################
-
-if( WITH_XRANDR )
- pkg_search_module( XRANDR xrandr )
- if( NOT XRANDR_FOUND )
- tde_message_fatal( "xrandr are requested, but not found on your system" )
- endif( )
-endif( )
-
-
##### check for libusb ##########################
if( WITH_LIBUSB )