Trying to build on F17.

Can't seem to satisfy the X11 dependency. I've installed all available X11 devel pacakges:

$ sudo yum install xorg-x11-*-devel
Loaded plugins: langpacks, presto, refresh-packagekit
Package xorg-x11-drv-intel-devel-2.21.5-1.fc17.x86_64 already installed and latest version
Package xorg-x11-drv-synaptics-devel-1.6.3-4.fc17.x86_64 already installed and latest version
Package xorg-x11-drv-wacom-devel-0.14.0-2.fc17.x86_64 already installed and latest version
Package xorg-x11-server-devel-1.12.4-7.fc17.x86_64 already installed and latest version
Package xorg-x11-proto-devel-7.6-21.fc17.noarch already installed and latest version
Package xorg-x11-drv-evdev-devel-2.7.3-5.fc17.x86_64 already installed and latest version
Package xorg-x11-drv-openchrome-devel-0.3.3-1.fc17.x86_64 already installed and latest version
Package xorg-x11-xtrans-devel-1.2.7-1.fc17.noarch already installed and latest version
Nothing to do
$

Sadly, I still get:

$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc ..
...
CMake Error at /usr/share/cmake/Modules/FindX11.cmake:420 (MESSAGE):
Could not find X11
$

I also have the following installed:
cmake.x86_64 0:2.8.9-1.fc17
boost-devel.x86_64 0:1.48.0-14.fc17
boost-devel.x86_64 0:1.48.0-14.fc17
python-devel.x86_64 0:2.7.3-7.2.fc17

Anybody able to apply a cluebat?

Here's the full output from the cmake:

$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc ..
CMake Warning (dev) at CMakeLists.txt:55 (include):
Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
and POP. Run "cmake --help-policy CMP0011" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.

The included script

/home/dnl/sw/gizmod-3.5/cmake/Modules/DefineProjectDefaults.cmake

affects policy settings. CMake is implying the NO_POLICY_SCOPE option for
compatibility, so the effects are applied to the including context.
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found Boost: /usr/lib64/libboost_date_time.so;/usr/lib64/libboost_filesystem.so;/usr/lib64/libboost_iostreams.so;/usr/lib64/libboost_prg_exec_monitor.so;/usr/lib64/libboost_program_options.so;/usr/lib64/libboost_python.so;/usr/lib64/libboost_regex.so;/usr/lib64/libboost_serialization.so;/usr/lib64/libboost_signals.so;/usr/lib64/libboost_thread-mt.so;/usr/lib64/libboost_unit_test_framework.so;/usr/lib64/libboost_wserialization.so
-- Installation Variables:
Build Type (CMAKE_BUILD_TYPE): Release
Install Prefix (CMAKE_INSTALL_PREFIX): /usr
Data Dir (DATA_INSTALL_DIR): /usr/share/Gizmod
Lib Dir (LIB_INSTALL_DIR): /usr/lib
Plugin Dir (PLUGIN_INSTALL_DIR): /usr/lib/Gizmod
Config Dir (SYSCONF_INSTALL_DIR): /usr/etc
Build vis plugin (BUILD_VIS_PLUGIN): True
-- ALSA not found
CMake Error at /usr/share/cmake/Modules/FindX11.cmake:420 (MESSAGE):
Could not find X11
Call Stack (most recent call first):
libGizmod/CMakeLists.txt:49 (find_package)

-- Configuring incomplete, errors occurred!
$