mutter/clutter/cally
Alejandro Piñeiro f5aeabadd5 Fixing cally.pc.in and moving include headers to previous directory
After commit 8dd8fbdb some errors appear if you try work directly
against cally:

 * cally.pc.in removed some elements. After install clutter, doing
   pkg-config --cflags cally-1.0
   fails due missing winsys

 * cally headers were moved from clutter-1.0/cally to
   clutter-1.0/clutter/cally.  Applications using it (yes I know,
   nobody is officially using it) would require to:
    * Change their include.
    * Add directly a dependency to cally, in order to use the cally.pc
      file with the correct directory include.

Note: Take into account that accessibility support still works (ie:
clutter_get_accessibility_enabled). This bug only prevents
applications to work directly against cally (ie: create a CallyActor
subclass)

http://bugzilla.clutter-project.org/show_bug.cgi?id=2353

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2010-10-04 13:05:02 +01:00
..
cally-actor-private.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-actor.c cally: Do not use deprecated functions 2010-09-29 14:13:51 +01:00
cally-actor.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-clone.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-clone.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-factory.h cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-group.c docs: Fix Cally documentation 2010-07-05 16:45:43 +01:00
cally-group.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-main.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-rectangle.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-rectangle.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-root.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-root.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally-stage.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-stage.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-text.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-text.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-texture.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally-texture.h cally: fixing public headers 2010-09-13 12:19:54 +01:00
cally-util.c cally: Refactoring "window:create" and "window:destroy" emission code 2010-07-07 15:47:56 +02:00
cally-util.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally.c cally: Improving cally doc 2010-07-07 15:48:08 +02:00
cally.h cally: Clean up the headers 2010-07-05 16:45:43 +01:00
cally.pc.in Fixing cally.pc.in and moving include headers to previous directory 2010-10-04 13:05:02 +01:00