diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-02-29 10:55:33 -0800 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-02-29 16:03:17 -0800 |
commit | 8812b410c2458329ac8648b31f6f7e1f2b428df1 (patch) | |
tree | 52d53e890698fa15d22f0961fd2b72a0fdc42738 | |
parent | c444aebf7a56183531055767bf982f0206da3db0 (diff) |
Remove xorg-server pkgconfig check
xorg-server flags are not needed. Including them also causes
-fvisibility=hidden to be used, which breaks the build output.
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Reviewed-by: Gaeton Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ae254be..89a72a7 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ XORG_DEFAULT_OPTIONS AC_PROG_CXX AC_PROG_INSTALL -PKG_CHECK_MODULES( XSERVER, x11 [xorg-server] ) +PKG_CHECK_MODULES(XSERVER, x11) # Check for Google Test AC_CHECK_GTEST |