build: Don't hardcode clutter-x11-1.0 in the .pc file

Mx can be built with a "none" winsys for EGL flavours of clutter. Let's
not hardcode a clutter-x11-1.0 pkg-config dependency in the .pc file but
just require clutter-1.0 instead.
This commit is contained in:
Damien Lespiau 2010-10-28 21:48:13 +01:00
parent 83d983aa3a
commit 3b775e39c0
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ Description: An experimental toolkit for moblin-netbook implementation
Version: @VERSION@
Libs: -L${libdir} -lmx-@MX_API_VERSION@
Cflags: -I${includedir}/mx-@MX_API_VERSION@
Requires: clutter-x11-1.0
Requires: clutter-1.0