From 7baf687499d1eb0d7223536810889dbeb85245f9 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 6 Sep 2013 10:37:03 +0200 Subject: MetaCursorTracker: add support for loading cursors from the theme Not only this way we get the right Adwaita cursor as the default (instead of shipping our own in png format), but we also add support for all MetaCursors as root cursor (which most important should allow us to have I-beams in shell entries) https://bugzilla.gnome.org/show_bug.cgi?id=707573 --- configure.ac | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 432f74c8b..0e98cd53c 100644 --- a/configure.ac +++ b/configure.ac @@ -209,19 +209,7 @@ if test x$found_introspection != xno; then AC_SUBST(META_GIR) fi -AC_MSG_CHECKING([Xcursor]) -if $PKG_CONFIG xcursor; then - have_xcursor=yes - else - have_xcursor=no - fi - AC_MSG_RESULT($have_xcursor) - -if test x$have_xcursor = xyes; then - echo "Building with Xcursor" - MUTTER_PC_MODULES="$MUTTER_PC_MODULES xcursor" - AC_DEFINE(HAVE_XCURSOR, , [Building with Xcursor support]) -fi +MUTTER_PC_MODULES="$MUTTER_PC_MODULES xcursor" # We always build with wayland enabled AC_DEFINE(HAVE_WAYLAND, , [Building with Wayland support]) @@ -473,7 +461,6 @@ src/Makefile src/libmutter-wayland.pc src/compositor/plugins/Makefile protocol/Makefile -data/Makefile po/Makefile.in ]) -- cgit v1.2.1