blob: 56c820234b211d382eaf8011e547da9674dc9149 (
plain)
1
2
3
4
5
6
|
dnl Check for the X shaped windows extension - test taken from kdebase/kwin/clients/keramik
KDE_CHECK_HEADERS(X11/extensions/shape.h,,,
[
#include <X11/Xlib.h>
#include <X11/Xutil.h>
])
|