]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
add support for the X Cursor library. this means a nicer cursor for startup notification.
[chaz/openbox] / configure.ac
index 1dd2669fa0a9f567061d3c54300cc36d6d212ae8..4b85d8077089448cf662ad9b97ca5c5067536599 100644 (file)
@@ -107,6 +107,18 @@ else
   sn_found=no
 fi
 
+PKG_CHECK_MODULES(XCURSOR, [xcursor],
+  [
+    AC_DEFINE(USE_XCURSOR, [1], [Use X Cursor library])
+    AC_SUBST(XCURSOR_CFLAGS)
+    AC_SUBST(XCURSOR_LIBS)
+    xcursor_found=yes
+  ],
+  [
+    xcursor_found=no
+  ]
+)
+
 dnl Check for session management
 X11_SM
 
@@ -133,6 +145,7 @@ AC_OUTPUT
 AC_MSG_RESULT
 AC_MSG_RESULT([Compiling with these options:
                Startup Notification... $sn_found
+               X Cursor Library... $xcursor_found
                Session Management... $SM
                ])
 AC_MSG_RESULT([configure complete, now type "make"])
This page took 0.025041 seconds and 4 git commands to generate.