diff options
author | Robert Nagy <[email protected]> | 2017-03-28 17:57:11 +0200 |
---|---|---|
committer | Robert Nagy <[email protected]> | 2017-03-28 17:57:11 +0200 |
commit | 8b3ea9e0d81aa4563c00ebf9ba32626ef5d68414 (patch) | |
tree | e736b7b67b2351a46b065e05c1c47d8779ceb681 | |
parent | 5b3af56a7a1e2ea6c5e8e127a34a952ca546bd4b (diff) | |
download | mate-power-manager-8b3ea9e0d81aa4563c00ebf9ba32626ef5d68414.tar.bz2 mate-power-manager-8b3ea9e0d81aa4563c00ebf9ba32626ef5d68414.tar.xz |
actually check the $XPROTO_REQUIRED variable's value
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 67d2377..ce54da3 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ PKG_CHECK_MODULES(GDK, [ PKG_CHECK_MODULES(X11, [ xrandr >= $XRANDR_REQUIRED - x11 xext xproto >= XPROTO_REQUIRED]) + x11 xext xproto >= $XPROTO_REQUIRED]) PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) |