fix shape extension detection for Solaris
CCMAIL: 53617-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=238414
This commit is contained in:
parent
6092ac823a
commit
f9cef6de17
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
dnl Check for the X shaped windows extension
|
||||
KDE_CHECK_HEADERS(X11/extensions/shape.h)
|
||||
|
||||
KDE_CHECK_HEADERS(X11/extensions/shape.h,,,
|
||||
[
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue