Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created May 19, 2014 16:32
Show Gist options
  • Save michaelrice/4a4064ae14f7f3da7528 to your computer and use it in GitHub Desktop.
Save michaelrice/4a4064ae14f7f3da7528 to your computer and use it in GitHub Desktop.
configure:10660: $PKG_CONFIG --exists --print-errors " xrandr >= 1.4.0 "
Requested 'xrandr >= 1.4.0' but version of Xrandr is 1.3.2
configure:10663: $? = 1
configure:10677: $PKG_CONFIG --exists --print-errors " xrandr >= 1.4.0 "
Requested 'xrandr >= 1.4.0' but version of Xrandr is 1.3.2
configure:10680: $? = 1
configure:10694: result: no
Requested 'xrandr >= 1.4.0' but version of Xrandr is 1.3.2
@michaelrice
Copy link
Author

root@monstertop:~# ls -lah /usr/lib/x86_64-linux-gnu/libXr*
-rw-r--r-- 1 root root 44K May 14 2013 /usr/lib/x86_64-linux-gnu/libXrandr.a
lrwxrwxrwx 1 root root 18 May 14 2013 /usr/lib/x86_64-linux-gnu/libXrandr.so -> libXrandr.so.2.2.0
lrwxrwxrwx 1 root root 18 May 14 2013 /usr/lib/x86_64-linux-gnu/libXrandr.so.2 -> libXrandr.so.2.2.0
-rw-r--r-- 1 root root 31K May 14 2013 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-rw-r--r-- 1 root root 58K May 14 2013 /usr/lib/x86_64-linux-gnu/libXrender.a
lrwxrwxrwx 1 root root 19 May 14 2013 /usr/lib/x86_64-linux-gnu/libXrender.so -> libXrender.so.1.3.0
lrwxrwxrwx 1 root root 19 May 14 2013 /usr/lib/x86_64-linux-gnu/libXrender.so.1 -> libXrender.so.1.3.0
-rw-r--r-- 1 root root 38K May 14 2013 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0

@michaelrice
Copy link
Author

Looking for package 'xrandr'
Looking for package 'xrandr-uninstalled'
Reading 'xrandr' from file '/usr/lib/x86_64-linux-gnu/pkgconfig/xrandr.pc'  
Parsing package file '/usr/lib/x86_64-linux-gnu/pkgconfig/xrandr.pc'
line>prefix=/usr
Variable declaration, 'prefix' has value '/usr'
line>exec_prefix=${prefix}
Variable declaration, 'exec_prefix' has value '/usr'
line>libdir=${prefix}/lib/x86_64-linux-gnu
Variable declaration, 'libdir' has value '/usr/lib/x86_64-linux-gnu'
line>includedir=${prefix}/include
Variable declaration, 'includedir' has value '/usr/include'
line>
line>Name: Xrandr
line>Description: X RandR Library
line>Version: 1.3.2
line>Requires: xproto randrproto >= 1.3
line>Requires.private: x11 xext xrender
line>Cflags: -I${includedir}
line>Libs: -L${libdir} -lXrandr
Path position of 'Xrandr' is 1
Package Xrandr has -I/usr/include in Cflags
Removing -I/usr/include from cflags for xrandr
Package Xrandr has -L /usr/lib/x86_64-linux-gnu in Libs
Removing -L /usr/lib/x86_64-linux-gnu from libs for xrandr
Adding 'xrandr' to list of known packages, returning as package 'xrandr'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment