diff options
author | Giovanni Campagna <gcampagn@redhat.com> | 2013-09-06 10:37:03 +0200 |
---|---|---|
committer | Giovanni Campagna <gcampagn@redhat.com> | 2013-09-16 09:31:44 +0200 |
commit | 7baf687499d1eb0d7223536810889dbeb85245f9 (patch) | |
tree | 01ae457db1768bb3baef12ab8b5fc92fd80063f6 /Makefile.am | |
parent | a3e44d13d10ec24fe97d5864f8168518c902d32d (diff) | |
download | mutter-7baf687499d1eb0d7223536810889dbeb85245f9.tar.gz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 18afe05c7..979ba2573 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=src protocol data po doc +SUBDIRS=src protocol po doc EXTRA_DIST = HACKING MAINTAINERS rationales.txt |