~ubuntu-branches/ubuntu/utopic/freerdp/utopic

« back to all changes in this revision

Viewing changes to cmake/FindX11.cmake

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador, Jeremy Bicha
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.1.7) (9.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211103405-mk0gjhjn70eeyxul
Tags: 1.0.1-1
[ Jeremy Bicha ]
* New upstream release. Closes: #659332.
* Updated symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
# limitations under the License.
29
29
#=============================================================================
30
30
 
31
 
find_path(X11_INCLUDE_DIR NAMES Xlib.h
 
31
find_path(X11_INCLUDE_DIR NAMES X11/Xlib.h
32
32
          PATH_SUFFIXES X11
33
33
          DOC "The X11 include directory"
34
34
)